mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Login fixes (#3555)
* Don't redirect /logout * Improve login page styling on mobile
This commit is contained in:
@@ -135,7 +135,7 @@ func Start() error {
|
||||
|
||||
// session handlers
|
||||
r.Post(loginEndPoint, handleLogin(loginUIBox))
|
||||
r.Get("/logout", handleLogout(loginUIBox))
|
||||
r.Get(logoutEndPoint, handleLogout(loginUIBox))
|
||||
|
||||
r.Get(loginEndPoint, getLoginHandler(loginUIBox))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user