This commit is contained in:
parent
39dacbb58f
commit
d0cfe112e1
5 changed files with 67 additions and 5 deletions
|
@ -157,11 +157,18 @@ const endpoints: Endpoint[] = [
|
|||
},
|
||||
{
|
||||
name: 'i/2fa/register',
|
||||
withCredential: true
|
||||
withCredential: true,
|
||||
secure: true
|
||||
},
|
||||
{
|
||||
name: 'i/2fa/unregister',
|
||||
withCredential: true,
|
||||
secure: true
|
||||
},
|
||||
{
|
||||
name: 'i/2fa/done',
|
||||
withCredential: true
|
||||
withCredential: true,
|
||||
secure: true
|
||||
},
|
||||
{
|
||||
name: 'i/update',
|
||||
|
@ -179,11 +186,13 @@ const endpoints: Endpoint[] = [
|
|||
},
|
||||
{
|
||||
name: 'i/change_password',
|
||||
withCredential: true
|
||||
withCredential: true,
|
||||
secure: true
|
||||
},
|
||||
{
|
||||
name: 'i/regenerate_token',
|
||||
withCredential: true
|
||||
withCredential: true,
|
||||
secure: true
|
||||
},
|
||||
{
|
||||
name: 'i/pin',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue