Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu ca5a036e80 reload fixed 2025-07-23 17:03:45 +01:00
ameye fe1ab675a4 Merge branch 'icons-fix' of WrenchBoard/Users-Wrench into master 2025-07-22 20:09:39 +00:00
+1 -1
View File
@@ -90,7 +90,7 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
apiCall
.loadProfile()
.then((res) => {
if (!res?.data?.internal_return || res?.data?.internal_return < 0) {
if (!res?.data) {
setIsLogin({ loading: false, status: false });
return;
}