1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00

Merge pull request #7639 from appwrite/fix-mfa-endpoint

fix: add mfa path to console
This commit is contained in:
Jake Barnby 2024-02-24 00:18:19 +13:00 committed by GitHub
commit eb3aa7ee73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ App::get('/console/*')
->alias('auth/*')
->alias('/invite')
->alias('/login')
->alias('/mfa')
->alias('/card/*')
->alias('/recover')
->alias('/register/*')