fix: Update after breaking changes to Popout component
This commit is contained in:
parent
b8740c2223
commit
320bcf8534
22 changed files with 26 additions and 199 deletions
|
@ -400,7 +400,7 @@ export const SignInConfirmation = ({ onSuccess = false }) => {
|
|||
return error === 'signInFailed' ? (
|
||||
<>
|
||||
<MfaForm {...{ mfaCode, setMfaCode }} onSubmit={getConfirmation} />
|
||||
<Popout warning title="Sign In Failed">
|
||||
<Popout type="warning" title="Sign In Failed">
|
||||
<p>Your one-time token is either invalid of expired.</p>
|
||||
</Popout>
|
||||
</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue