You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CoreID/app/views/auth/trust/grant.pug

13 lines
297 B

extends ../../theme/public/base
block append style
link(rel='stylesheet' href='/style-asset/form.css')
block vue
coreid-login-form(
:app_name="app_name"
:login_message="login_message"
:no_session="true"
:additional_params="{grant_code: grant_code}"
)