mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-29 07:58:35 +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
|
env.response.cookies << cookie
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
return self.signup(env)
|
return error_template(401, "Wrong username or password")
|
||||||
end
|
end
|
||||||
|
|
||||||
env.redirect referer
|
env.redirect referer
|
||||||
|
Loading…
Reference in New Issue
Block a user