fix: errores de compilación - rethusValidated requerido y refreshUser void
- professional_form_provider: agregar rethusValidated al constructor Profesional - professional_provider: agregar rethusCode y rethusValidated al fallback del constructor - profile_view: quitar await de refreshUser() que retorna void Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
dd3053d3b3
commit
4951f82621
@@ -20,6 +20,8 @@ class ProfessionalProvider extends ChangeNotifier {
|
||||
profesional = Profesional(
|
||||
id: uid,
|
||||
identification: '',
|
||||
rethusCode: '',
|
||||
rethusValidated: false,
|
||||
address: '',
|
||||
aditionalAddress: '',
|
||||
profession: '',
|
||||
|
||||
Reference in New Issue
Block a user