1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

email 2fa login

This commit is contained in:
Kyle Spearrin
2017-06-24 09:19:04 -04:00
parent b8e9567501
commit 181ee74ba3
3 changed files with 34 additions and 5 deletions

View File

@@ -119,6 +119,7 @@
getAuthenticator: { url: _apiUri + '/two-factor/get-authenticator', method: 'POST', params: {} },
getYubi: { url: _apiUri + '/two-factor/get-yubikey', method: 'POST', params: {} },
sendEmail: { url: _apiUri + '/two-factor/send-email', method: 'POST', params: {} },
sendEmailLogin: { url: _apiUri + '/two-factor/send-email-login', method: 'POST', params: {} },
putEmail: { url: _apiUri + '/two-factor/email', method: 'POST', params: {} },
putU2f: { url: _apiUri + '/two-factor/u2f', method: 'POST', params: {} },
putAuthenticator: { url: _apiUri + '/two-factor/authenticator', method: 'POST', params: {} },