Fixed auth retry
This commit is contained in:
parent
87a6198173
commit
2190da21ba
@ -613,7 +613,7 @@ const AuthProvider = ({ children }) => {
|
|||||||
<Button
|
<Button
|
||||||
key='submit'
|
key='submit'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
showAuthErrorModal(false)
|
setShowAuthErrorModal(false)
|
||||||
loginWithSSO()
|
loginWithSSO()
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user