Add an error msg for disabled accounts via Google Auth (#13155)
Previously, if your Metabase account for a Google login was disabled, you would be returned to the login box with no indication as to what was wrong. Now we return to the page with a red error that says "Your account is disabled." Resolves #3245
Showing
- frontend/src/metabase/auth/components/GoogleButton.jsx 26 additions, 3 deletionsfrontend/src/metabase/auth/components/GoogleButton.jsx
- src/metabase/api/session.clj 13 additions, 3 deletionssrc/metabase/api/session.clj
- test/metabase/api/session_test.clj 28 additions, 1 deletiontest/metabase/api/session_test.clj
Please register or sign in to comment