diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index c0b5847..2684c9f 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -173,6 +173,13 @@ | |||
173 | </div> | 173 | </div> |
174 | </div> | 174 | </div> |
175 | <div class="form-group"> | 175 | <div class="form-group"> |
176 | <label for="phrase" class="col-sm-2 control-label">BIP39 Split Mnemonic</label> | ||
177 | <div class="col-sm-10"> | ||
178 | <textarea id="phraseSplit" class="phraseSplit private-data form-control" title="Only 2 of 3 cards needed to recover."></textarea> | ||
179 | </div> | ||
180 | <div id="phraseSplitWarn" class="phraseSplitWarn"></div> | ||
181 | </div> | ||
182 | <div class="form-group"> | ||
176 | <label for="passphrase" class="col-sm-2 control-label">BIP39 Passphrase (optional)</label> | 183 | <label for="passphrase" class="col-sm-2 control-label">BIP39 Passphrase (optional)</label> |
177 | <div class="col-sm-10"> | 184 | <div class="col-sm-10"> |
178 | <textarea id="passphrase" class="passphrase private-data form-control" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea> | 185 | <textarea id="passphrase" class="passphrase private-data form-control" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea> |