Skip to content
Snippets Groups Projects
Commit 2c0c7ae0 authored by Hanne Moa's avatar Hanne Moa
Browse files

Add mysteriosuly missing ;

parent b780bc53
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,6 @@ $t = new SimpleSAML_XHTML_Template($globalConfig, 'authYubiKey:yubikeylogin.php' ...@@ -32,6 +32,6 @@ $t = new SimpleSAML_XHTML_Template($globalConfig, 'authYubiKey:yubikeylogin.php'
$t->data['stateparams'] = array('AuthState' => $authStateId); $t->data['stateparams'] = array('AuthState' => $authStateId);
$t->data['errorcode'] = $errorCode; $t->data['errorcode'] = $errorCode;
$t->data['logo_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/logo.jpg'); $t->data['logo_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/logo.jpg');
$t->data['devicepic_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/yubikey.jpg') $t->data['devicepic_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/yubikey.jpg');
$t->show(); $t->show();
exit(); exit();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment