Skip to content
  • Aaron L's avatar
    Fix couple bugs with remember and 2fa · 6c663762
    Aaron L authored
    - Fix bug where setup paths were not mountpathed so twofactor_verify
      would redirect to a 404.
    - Fix bug in remember where a user would be remembered even if logged in
      depending on the middleware order (if something had previously called
      LoadCurrentUser/LoadCurrentUserID it was fine, if not, the user was
      half-authed even if he was cleared of half-auth previously).
    6c663762