]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/Mfa/TotpValidationRule.php
Skip intermediate login page with single provider
[bookstack] / app / Auth / Access / Mfa / TotpValidationRule.php
index 7fe3d85049f065648fc1345ba1cc8662f592c917..22cb7da9b73a2eda4f0715f94c786f74f50a6bbd 100644 (file)
@@ -6,7 +6,6 @@ use Illuminate\Contracts\Validation\Rule;
 
 class TotpValidationRule implements Rule
 {
-
     protected $secret;
     protected $totpService;