Revert "feat: ajout du provisionnement des comptes Gitea pour les utilisateurs lors de la soumission de suggestions"
This reverts commit 85572bd258.
This commit is contained in:
@@ -11,7 +11,6 @@ use Illuminate\Support\Carbon;
|
||||
* @property string $Email
|
||||
* @property string $MotDePasse
|
||||
* @property string $Pseudo
|
||||
* @property string|null $GiteaUsername
|
||||
* @property string $Statut
|
||||
* @property int $ID_Role
|
||||
* @property Carbon $DateInscription
|
||||
@@ -38,7 +37,6 @@ class Utilisateur extends Authenticatable
|
||||
'Email',
|
||||
'MotDePasse',
|
||||
'Pseudo',
|
||||
'GiteaUsername',
|
||||
'Statut',
|
||||
'ID_Role',
|
||||
'DateInscription',
|
||||
|
||||
Reference in New Issue
Block a user