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

two factor email setup

This commit is contained in:
Kyle Spearrin
2017-06-20 09:21:53 -04:00
parent 1298d42b09
commit e49948b512
5 changed files with 190 additions and 0 deletions

View File

@@ -115,6 +115,7 @@
list: { method: 'GET', params: {} },
getEmail: { url: _apiUri + '/two-factor/get-email', method: 'POST', params: {} },
getAuthenticator: { url: _apiUri + '/two-factor/get-authenticator', method: 'POST', params: {} },
sendEmail: { url: _apiUri + '/two-factor/send-email', method: 'POST', params: {} },
putEmail: { url: _apiUri + '/two-factor/email', method: 'POST', params: {} },
putAuthenticator: { url: _apiUri + '/two-factor/authenticator', method: 'POST', params: {} },
disable: { url: _apiUri + '/two-factor/disable', method: 'POST', params: {} },