mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
M #~: Fix routes 2FA FireEdge (#2725)
This commit is contained in:
parent
bc1086c3e2
commit
8b7c4db528
@ -35,7 +35,7 @@ module.exports = {
|
||||
Actions,
|
||||
Commands: {
|
||||
[TFA_SETUP]: {
|
||||
path: `${basepath}/`,
|
||||
path: `${basepath}`,
|
||||
httpMethod: POST,
|
||||
auth: true,
|
||||
params: {
|
||||
@ -45,12 +45,12 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
[TFA_QR]: {
|
||||
path: `${basepath}/`,
|
||||
path: `${basepath}`,
|
||||
httpMethod: GET,
|
||||
auth: true,
|
||||
},
|
||||
[TFA_DELETE]: {
|
||||
path: `${basepath}/`,
|
||||
path: `${basepath}`,
|
||||
httpMethod: DELETE,
|
||||
auth: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user