@@ -14,7 +14,7 @@ |
||
| 14 | 14 | public static function saveStateAndRedirect(array &$state): void |
| 15 | 15 | { |
| 16 | 16 | $id = Auth\State::saveState($state, 'webauthn:request'); |
| 17 | - $url = Module::getModuleURL('webauthn/webauthn'); |
|
| 17 | + $url = Module::getModuleURL('webauthn/webauthn'); |
|
| 18 | 18 | $httpUtils = new Utils\HTTP(); |
| 19 | 19 | $httpUtils->redirectTrustedURL($url, ['StateId' => $id]); |
| 20 | 20 | } |