feat: add mfa code completion from TOTP key

This commit is contained in:
TheDevYellowy
2025-01-20 03:48:11 -06:00
parent c1f6f5e78c
commit 5fbca25c45
4 changed files with 224 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ const Messages = {
TOKEN_INVALID: 'An invalid token was provided.',
TOKEN_MISSING: 'Request to use token, but token was unavailable to the client.',
TOTPKEY_MISSING: 'Request to use mfa, but TOTPKey was not set in client options.',
WS_CLOSE_REQUESTED: 'WebSocket closed due to user request.',
WS_CONNECTION_EXISTS: 'There is already an existing WebSocket connection.',