You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log::debug("server.login - Unable to Auth - User has no ckey linked");
93
-
returnview('auth.server.nokey');
94
-
}
95
92
$query = newServerQuery;
96
93
try {
97
-
Log::debug("server.login - Sending auth_client request to server for ckey: " . $request->user()->byond_key);
94
+
Log::debug("server.login - Sending auth_client request to server for ckey and forum account: " . $request->user()->byond_key . ", " . $request->user()->name);
0 commit comments