Skip to content

Commit

Permalink
Return Frue, what even... h/t atoll
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoxmoz committed Jun 7, 2024
1 parent 26f393e commit 4ccd31f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions duo_openvpn_mozilla/duo_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _do_mfa_for_user(self):
the auth function.
Return True if the user may connect.
Return Frue if the user may not connect.
Return False if the user may not connect.
You must make a choice, and should not raise.
"""
res = self._auth()
Expand Down Expand Up @@ -298,7 +298,7 @@ def main_auth(self):
if the user is allowed to connect or not.
Return True if the user may connect.
Return Frue if the user may not connect.
Return False if the user may not connect.
You must make a choice, and should not raise.
"""
if not self._preflight():
Expand Down

0 comments on commit 4ccd31f

Please sign in to comment.