Rework login page to be AJAX/Vue.js based
This commit is contained in:
7
app/views/tmpl.pug
Normal file
7
app/views/tmpl.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-login-form(v-bind:app_name="app_name" v-bind:login_message="login_message")
|
||||
Reference in New Issue
Block a user