Fixed auth retry

This commit is contained in:
Tom Butcher 2025-11-29 01:25:24 +00:00
parent 87a6198173
commit 2190da21ba

View File

@ -613,7 +613,7 @@ const AuthProvider = ({ children }) => {
<Button <Button
key='submit' key='submit'
onClick={() => { onClick={() => {
showAuthErrorModal(false) setShowAuthErrorModal(false)
loginWithSSO() loginWithSSO()
}} }}
> >