mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-19 16:07:32 -03:00
arreglado que se mantenian los datos del usuario cuando se intenteaba
crear un segundo usuario
This commit is contained in:
@@ -41,6 +41,12 @@
|
|||||||
if (error == '') {
|
if (error == '') {
|
||||||
invalidate('admin:load');
|
invalidate('admin:load');
|
||||||
open = false;
|
open = false;
|
||||||
|
dto = {
|
||||||
|
username: '',
|
||||||
|
email: '',
|
||||||
|
password: '',
|
||||||
|
displayName: ''
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
cargando = false;
|
cargando = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user