Completed
Push — master ( 83c760...9cdbea )
by Grant
03:43
created
public_html/admin/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
         }
62 62
         header("Refresh:0; url=\"" . REDIRECT_URI_ADMIN . "\"");
63 63
     }
64
-} else {
64
+}else {
65 65
     $_SESSION['openid_connect_state'] = $state;
66 66
     $_SESSION['openid_connect_nonce'] = $nonce;
67 67
 }
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                 echo("UserAPI.storeSessionUser(" . json_encode($userInfo) . ");");
108 108
                 echo("UserAPI.login(true);");
109 109
             }
110
-            } else {
110
+            }else {
111 111
                 echo("UserAPI.login(false);");
112 112
             }
113 113
         //var isExistingUser = UserAPI.authenticate(UserAPI.getSessionUserAsJSON());
Please login to merge, or discard this patch.