mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
Add few more interfaces (#5063)
This commit is contained in:
parent
e261e16d99
commit
8687163cca
34 changed files with 359 additions and 90 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
activate,
|
||||
disconnect,
|
||||
login,
|
||||
forgotPasswordRequest,
|
||||
forgotPasswordReset,
|
||||
updateStatus
|
||||
} from './';
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ export function requestPasswordSalt(options: WebSocketConnectOptions): void {
|
|||
}
|
||||
|
||||
case WebSocketConnectReason.PASSWORD_RESET: {
|
||||
forgotPasswordRequest(options, passwordSalt);
|
||||
forgotPasswordReset(options, passwordSalt);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue