Skip to content

Commit 46d6dce

Browse files
committed
That broke stuff
1 parent fcd6465 commit 46d6dce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Topcoder/class.topcoder.plugin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ public function gdn_auth_startAuthenticator_handler() {
301301
return;
302302
}
303303

304-
// if(!$this->isDefault()) {
305-
// self::log('Topcoder Auth0 is not a default provider', []);
306-
// return;
307-
// }
304+
if(!$this->isDefault()) {
305+
self::log('Topcoder Auth0 is not a default provider', []);
306+
return;
307+
}
308308

309309
self::log('TopcoderPlugin: gdn_auth_startAuthenticator_handler', ['Path' => Gdn::request()->path()]);
310310

0 commit comments

Comments
 (0)