auth0-lock.tpl.php in Auth0 Single Sign On 7.2
2 theme calls to auth0-lock.tpl.php
- auth0_block_view in ./
auth0.module - Implements hook_block_view().
- _auth0_form_replace_with_lock in ./
auth0.module - Replace a form with the lock widget.
File
auth0-lock.tpl.phpView source
<div id="auth0-login-form" style=" min-height: 440px;"><?php
print $login_link;
?></div>