Skip to content

Commit

Permalink
Merge pull request #356 from JackWH/patch-1
Browse files Browse the repository at this point in the history
Disable the Top Bar until 2FA is authenticated
  • Loading branch information
jeffgreco13 authored Apr 3, 2024
2 parents 90dbbdc + ce6041e commit 1923a72
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 1923a72

Please sign in to comment.