feat: support admin to enable MFA for other users (#2221)

* feat: support admin enable user sms and email mfa

* chore: update ci

* chore: update ci
This commit is contained in:
Yaodong Yu
2023-08-17 17:19:24 +08:00
committed by GitHub
parent 1a6c9fbf69
commit d12117324c
17 changed files with 394 additions and 65 deletions

View File

@ -110,7 +110,7 @@ jobs:
with:
start: yarn start
wait-on: 'http://localhost:7001'
wait-on-timeout: 180
wait-on-timeout: 210
working-directory: ./web
- uses: actions/upload-artifact@v3