mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Add passkey support
This commit is contained in:
@@ -112,6 +112,7 @@ class ProfileController extends BasePageController
|
||||
$action = $request->input('action') ?? 'view';
|
||||
|
||||
$userid = $this->userdata->id;
|
||||
$this->userdata->loadMissing('passkeys');
|
||||
|
||||
$errorStr = '';
|
||||
$success_2fa = $request->session()->get('success');
|
||||
|
||||
Reference in New Issue
Block a user