Restyle Broken login #123

Closed
restyled-io[bot] wants to merge 6 commits from restyled/BrokenLogin into main
Showing only changes of commit be43d46726 - Show all commits

View File

@@ -19,9 +19,9 @@
die();
}
if (empty($result)) {
return false;
return false;
} else {
return true;
return true;
}
}