#sprint-3 hotfix

This commit is contained in:
User3 2025-05-27 16:08:57 +03:00
parent d4996a8815
commit 5cf53213bb

View File

@ -98,7 +98,7 @@ class Auth {
datebirthday,
gender,
);
if (response.data) {
if (response.data != null) {
return result;
}
}