@@ -145,7 +145,7 @@ discard block |
||
| 145 | 145 | #[Route( |
| 146 | 146 | path: '/second-factor/{secondFactorId}/self-asserted-token-registration/{recoveryTokenId}', |
| 147 | 147 | name: 'ss_second_factor_self_asserted_tokens_recovery_token', |
| 148 | - methods: ['GET','POST'] |
|
| 148 | + methods: ['GET', 'POST'] |
|
| 149 | 149 | )] |
| 150 | 150 | public function selfAssertedTokenRegistrationRecoveryToken( |
| 151 | 151 | Request $request, |
@@ -269,7 +269,7 @@ discard block |
||
| 269 | 269 | #[Route( |
| 270 | 270 | path: '/second-factor/{secondFactorId}/self-asserted-token-registration/{recoveryTokenId}/authenticate', |
| 271 | 271 | name: 'ss_second_factor_self_asserted_tokens_recovery_token_sms', |
| 272 | - methods: ['GET','POST'] |
|
| 272 | + methods: ['GET', 'POST'] |
|
| 273 | 273 | )] |
| 274 | 274 | public function selfAssertedTokenRecoveryTokenSmsAuthentication( |
| 275 | 275 | Request $request, |
@@ -342,7 +342,7 @@ discard block |
||
| 342 | 342 | #[Route( |
| 343 | 343 | path: '/second-factor/{secondFactorId}/safe-store', |
| 344 | 344 | name: 'ss_registration_recovery_token_safe_store', |
| 345 | - methods: ['GET','POST'] |
|
| 345 | + methods: ['GET', 'POST'] |
|
| 346 | 346 | )] |
| 347 | 347 | public function registerCreateRecoveryTokenSafeStore(Request $request, string $secondFactorId): Response |
| 348 | 348 | { |
@@ -387,7 +387,7 @@ discard block |
||
| 387 | 387 | #[Route( |
| 388 | 388 | path: '/second-factor/{secondFactorId}/sms', |
| 389 | 389 | name: 'ss_registration_recovery_token_sms', |
| 390 | - methods: ['GET','POST'], |
|
| 390 | + methods: ['GET', 'POST'], |
|
| 391 | 391 | )] |
| 392 | 392 | public function registerRecoveryTokenSms(Request $request, string $secondFactorId): Response |
| 393 | 393 | { |