Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Remove the auto login easteregg
Browse files Browse the repository at this point in the history
  • Loading branch information
reyraa committed May 9, 2017
1 parent bad0b70 commit 6245104
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/components/login/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ app.component('login', {
const passphrase = this.$location.search().passphrase || this.$cookies.get('passphrase');
if (passphrase) {
this.input_passphrase = passphrase;
if (this.$rootScope.logged === undefined) {
// this.$timeout(this.passConfirmSubmit.bind(this), 10);
}
}
}
},
Expand Down

0 comments on commit 6245104

Please sign in to comment.