We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffb241 commit e2514daCopy full SHA for e2514da
1 file changed
demo1/index.php
@@ -77,6 +77,9 @@
77
78
if (!empty($errors)) {
79
echo '<p>' . implode(', ', $errors) . '</p>';
80
+ if ($auth->getSettings()->isDebugActive()) {
81
+ echo '<p>'.$auth->getLastErrorReason().'</p>';
82
+ }
83
}
84
85
if (!$auth->isAuthenticated()) {
@@ -108,6 +111,9 @@
108
111
echo '<p>Sucessfully logged out</p>';
109
112
} else {
110
113
114
115
116
117
118
119
0 commit comments