mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Refactor Auth controllers : thicker, with Form requests & API resource
This commit is contained in:
@ -162,6 +162,9 @@ return [
|
||||
'ids' => [
|
||||
'regex' => 'IDs must be comma separated, without trailing comma.',
|
||||
],
|
||||
'name' => [
|
||||
'firstUser' => 'There is already a registered user',
|
||||
]
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user