Skip to content

Commit

Permalink
Disable the Top Bar until 2FA is authenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwh authored Mar 28, 2024
1 parent 90dbbdc commit ce6041e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Pages/TwoFactorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class TwoFactorPage extends SimplePage

protected static string $view = 'filament-breezy::filament.pages.two-factor';

protected bool $hasTopbar = false;

public $usingRecoveryCode = false;

public $code;
Expand Down

0 comments on commit ce6041e

Please sign in to comment.