Skip to content

Commit

Permalink
Add comment specifying use of autoLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
xdzurman committed Nov 27, 2019
1 parent c73be19 commit 478a107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/frontend/components/pages/login/mnemonicAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class LoadByMenmonicSectionClass extends Component {
shouldFormFocus && this.mnemonicField.focus()
}

// meant only for development in order to speed up the process of unlocking wallet
async autoLogin() {
const sanitizedMnemonic = sanitizeMnemonic(ADALITE_DEMO_WALLET_MNEMONIC)
await this.props.loadWallet({
Expand Down

0 comments on commit 478a107

Please sign in to comment.