mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-07 17:05:20 -04:00
Fix check for 2-step verification
This commit is contained in:
parent
1b74a04efd
commit
d97a272aa5
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ post "/login" do |env|
|
|||
next templated "error"
|
||||
end
|
||||
|
||||
if challenge_results[0][-1]?.try &.[0]?.try &.as_a?
|
||||
if challenge_results[0][-1]?.try &.[0].as_a?.try &.[0][2]?.try &.== "TWO_STEP_VERIFICATION"
|
||||
traceback << "User has 2FA.<br/>"
|
||||
|
||||
# Prefer Authenticator app and SMS over unsupported protocols
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue