Added passkey for logins

This commit is contained in:
2024-04-25 15:27:45 +10:00
parent d90f431925
commit 527cc1d4ab
17 changed files with 480 additions and 80 deletions

View File

@@ -14,7 +14,7 @@ class AddressMerge extends FormRequest
public function authorize()
{
return Gate::allows( 'admin');
return Gate::allows('admin');
}
public function rules(Request $request)