mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Arreglado bug añadir usuarios con email repetido
This commit is contained in:
@ -245,7 +245,6 @@ class Auth extends ShieldAuth
|
||||
'required',
|
||||
'max_length[254]',
|
||||
'valid_email',
|
||||
'is_unique[auth_identities.secret]',
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user