function auth0_theme in Auth0 Single Sign On 8.2
Same name and namespace in other branches
- 8 auth0.module \auth0_theme()
- 7.2 auth0.module \auth0_theme()
Replace a form with the lock widget.
File
- ./
auth0.module, line 16 - Module definition
Code
function auth0_theme() {
return [
'auth0_login' => [
'template' => 'auth0-login',
'variables' => [
'loginCSS' => NULL,
],
],
];
}