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