Fix missing redirect after login
This commit is contained in:
@ -8,4 +8,7 @@ const authPage = "/login";
|
||||
const manualAuthPage = "/login/manual";
|
||||
|
||||
/// Settings path
|
||||
const settingsPage = "/settings";
|
||||
const settingsPage = "/settings";
|
||||
|
||||
// Profile path
|
||||
const profilePage = "/profile";
|
Reference in New Issue
Block a user