#sprint-3 hotfix
This commit is contained in:
parent
d4996a8815
commit
5cf53213bb
@ -98,7 +98,7 @@ class Auth {
|
|||||||
datebirthday,
|
datebirthday,
|
||||||
gender,
|
gender,
|
||||||
);
|
);
|
||||||
if (response.data) {
|
if (response.data != null) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user