auth correcion
This commit is contained in:
@@ -3,7 +3,7 @@ export interface JwtPayloadAdmin {
|
||||
id_operador: number;
|
||||
nombre: string;
|
||||
operador: string;
|
||||
institucion: { id_institucion: number };
|
||||
institucion?: { id_institucion: number };
|
||||
tipoUsuario: { id_tipo_usuario: number };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user