Changeset 1bf6e1f for pages/auth/login
- Timestamp:
- 12/24/25 23:58:00 (7 months ago)
- Branches:
- main
- Children:
- 5c079f4
- Parents:
- 76b980b
- File:
-
- 1 edited
-
pages/auth/login/+Page.tsx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pages/auth/login/+Page.tsx
r76b980b r1bf6e1f 26 26 setError("Invalid username or password"); 27 27 } else { 28 window.location.href = "/ dashboard/user";28 window.location.href = "/"; 29 29 } 30 30 };
Note:
See TracChangeset
for help on using the changeset viewer.
