Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 6a5b68e

Browse files
committed
Whitespace.
1 parent a09ec73 commit 6a5b68e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Providers/BaseProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function enabled(User $user)
1818
if ($conf === 'per_user') {
1919
return !is_null($user->twoFactorAuth);
2020
}
21+
2122
return $conf === 'always';
2223
}
2324
}

0 commit comments

Comments
 (0)