Skip to content

Commit

Permalink
Removed debugging words from default
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Sep 22, 2022
1 parent 7ead776 commit baec6a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import GlobalFormFieldWords from '../../../../../../../../shared/components/Glob
class AccountSetupRecoverEncryptionWords extends Component<Props> {
state = {
// Encryption Keys (6 words)
encryption: ['shine', 'aware', 'copper', 'turkey', 'sting', 'logic'],
encryption: [],
expandedError: false,
}
addEncryptionWord = (value) => {
Expand Down

0 comments on commit baec6a3

Please sign in to comment.