Skip to content

Commit

Permalink
NEW: Add Rewrite URL for 2FA Security Check
Browse files Browse the repository at this point in the history
- WIP #6
  • Loading branch information
aljawaid committed Jan 31, 2023
1 parent a1c2f4e commit 3e90e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function initialize()
// - Example: $this->route->addRoute('/my/custom/route', 'myController', 'show', 'PluginNameExampleStudlyCaps');
// - Must have the corresponding action in the matching controller
$this->route->addRoute('/settings/metadata', 'ApplicationBrandingController', 'show', 'ApplicationBranding');
$this->route->addRoute('/security-check', 'TwoFactorController', 'code');

}

Expand Down

0 comments on commit 3e90e88

Please sign in to comment.