Ignore:
Timestamp:
12/24/25 23:58:00 (7 months ago)
Author:
Mihail <mihail2.naumov@…>
Branches:
main
Children:
5c079f4
Parents:
76b980b
Message:

Implemented part of the frontend (index, user, completedBuilds).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pages/auth/login/+Page.tsx

    r76b980b r1bf6e1f  
    2626            setError("Invalid username or password");
    2727        } else {
    28             window.location.href = "/dashboard/user";
     28            window.location.href = "/";
    2929        }
    3030    };
Note: See TracChangeset for help on using the changeset viewer.