CoreID/app/views/auth/login.pug

8 lines
254 B
Plaintext
Raw Normal View History

extends ../theme/public/base
2020-04-17 00:59:48 +00:00
block append style
link(rel='stylesheet' href='/style-asset/form.css')
block vue
2020-05-20 14:56:03 +00:00
coreid-login-form(v-bind:app_name="app_name" v-bind:login_message="login_message" v-bind:registration_enabled="registration_enabled")