mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add Default redirection to Dashboard to prevent login if the user is connected
This commit is contained in:
parent
a46a962c86
commit
8b62814f17
@ -17,5 +17,5 @@ class DefaultHandler(BaseHandler):
|
||||
)
|
||||
else:
|
||||
self.redirect(
|
||||
"/login",
|
||||
"/panel/dashboard",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user