feat : captcha widget

This commit is contained in:
2025-06-03 16:55:49 +03:30
parent 288915b354
commit ae18a5f648
9 changed files with 76 additions and 99 deletions

View File

@@ -7,9 +7,8 @@ import 'package:rasadyar_auth/data/models/local/user_local/user_local_model.dart
extension HiveRegistrar on HiveInterface {
void registerAdapters() {
registerAdapter(UserLocalModelAdapter());
registerAdapter(ModuleAdapter());
registerAdapter(UserLocalModelAdapter());
}
}