We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc6918 commit 8d75d65Copy full SHA for 8d75d65
1 file changed
client/controllers/home/controllerHome.js
@@ -38,7 +38,7 @@ function ControllerHome(
38
39
dataHome.data.hasPass = !!$location.search().password;
40
41
- if (!!$location.search().auth) {
+ if ($location.search().auth) {
42
verifyUserIsAuth(true);
43
}
44
$scope.goToInstance = verifyUserIsAuth;
0 commit comments