mystery box

This commit is contained in:
efrilm
2025-10-12 13:27:39 +07:00
parent 909c312af0
commit 1ce980a87b
8 changed files with 1165 additions and 216 deletions
@@ -211,7 +211,9 @@ class AuthRemoteDataProvider {
if ((response.data['errors'] as List).isNotEmpty) {
if (response.data['errors'][0]['code'] == "900") {
return DC.error(
AuthFailure.dynamicErrorMessage('Kamu Belum Terdaftar'),
AuthFailure.dynamicErrorMessage(
response.data['errors'][0]['cause'],
),
);
} else {
return DC.error(