mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Support Server requests for MFA, Render failed UI statuses to user, C… (#4483)
* Support Server requests for MFA, Render failed UI statuses to user, Connect to KnownHosts component
This commit is contained in:
parent
73c5956ece
commit
0683d1aced
12 changed files with 168 additions and 91 deletions
|
|
@ -82,7 +82,7 @@ export class SessionPersistence {
|
|||
}
|
||||
|
||||
static resetPasswordChallenge() {
|
||||
console.log('Open Modal asking for Email address associated with account');
|
||||
ServerDispatch.resetPasswordChallenge();
|
||||
}
|
||||
|
||||
static resetPassword() {
|
||||
|
|
@ -90,10 +90,10 @@ export class SessionPersistence {
|
|||
}
|
||||
|
||||
static resetPasswordSuccess() {
|
||||
console.log('User password successfully changed Alert!');
|
||||
ServerDispatch.resetPasswordSuccess();
|
||||
}
|
||||
|
||||
static resetPasswordFailed() {
|
||||
console.log('Open Alert telling user their password request failed for some reason');
|
||||
ServerDispatch.resetPasswordFailed();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue