mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
Passkeys not on HTTP
This commit is contained in:
@@ -238,6 +238,7 @@ class EditProfile extends BaseEditProfile
|
||||
Tab::make('passkeys')
|
||||
->label(trans('profile.tabs.passkeys'))
|
||||
->icon(TablerIcon::Fingerprint)
|
||||
->hidden(fn () => !$this->request->isSecure())
|
||||
->schema([
|
||||
Section::make(trans('profile.tabs.passkeys'))
|
||||
->description(trans('passkeys.description'))
|
||||
|
||||
Reference in New Issue
Block a user