Add MFA support
This commit is contained in:
7
app/views/auth/mfa/challenge.pug
Normal file
7
app/views/auth/mfa/challenge.pug
Normal file
@@ -0,0 +1,7 @@
|
||||
extends ../../theme/public/base
|
||||
|
||||
block append style
|
||||
link(rel='stylesheet' href='/style-asset/form.css')
|
||||
|
||||
block vue
|
||||
coreid-mfa-challenge-page(v-bind:app_name="app_name")
|
||||
7
app/views/auth/mfa/setup.pug
Normal file
7
app/views/auth/mfa/setup.pug
Normal file
@@ -0,0 +1,7 @@
|
||||
extends ../../theme/public/base
|
||||
|
||||
block append style
|
||||
link(rel='stylesheet' href='/style-asset/form.css')
|
||||
|
||||
block vue
|
||||
coreid-mfa-setup-page(v-bind:app_name="app_name")
|
||||
7
app/views/public/message.pug
Normal file
7
app/views/public/message.pug
Normal file
@@ -0,0 +1,7 @@
|
||||
extends ../theme/public/base
|
||||
|
||||
block append style
|
||||
link(rel='stylesheet' href='/style-asset/form.css')
|
||||
|
||||
block vue
|
||||
coreid-auth-page(v-bind:app_name="app_name" v-bind:message="message" v-bind:actions="actions")
|
||||
@@ -20,4 +20,4 @@ html(lang='en')
|
||||
script(src='/assets/lib/popper/popper-1.16.0.min.js')
|
||||
script(src='/assets/lib/bootstrap/bootstrap-4.4.1.min.js')
|
||||
script(src='/assets/lib/vue/vue-2.6.11.js')
|
||||
script(src='/assets/lib/vues6/vues6.js')
|
||||
script(src='/assets/lib/vues6/vues6.js' type='module')
|
||||
|
||||
@@ -4,4 +4,4 @@ block append style
|
||||
link(rel='stylesheet' href='/style-asset/form.css')
|
||||
|
||||
block vue
|
||||
coreid-login-form(v-bind:app_name="app_name" v-bind:login_message="login_message")
|
||||
coreid-auth-page(v-bind:app_name="app_name" v-bind:message="message" v-bind:actions="actions")
|
||||
|
||||
Reference in New Issue
Block a user