Adapt base login page
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
/// Base home page
|
||||
const homePage = "/";
|
||||
|
||||
/// Authentication path
|
||||
const authPage = "/login";
|
||||
|
||||
/// Manual authentication
|
||||
const manualAuthPage = "/login/manual";
|
||||
|
||||
/// Settings path
|
||||
const settingsPage = "/settings";
|
Reference in New Issue
Block a user