mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-28 15:38:30 +00:00
Remove redirection of unknown user to #signup
This commit is contained in:
parent
0f20d2d8ee
commit
a662a468d5
@ -62,7 +62,7 @@ module Invidious::Routes::Login
|
||||
env.response.cookies << cookie
|
||||
end
|
||||
else
|
||||
return self.signup(env)
|
||||
return error_template(401, "Wrong username or password")
|
||||
end
|
||||
|
||||
env.redirect referer
|
||||
|
Loading…
Reference in New Issue
Block a user