Show warning when we discover key change on verify
FREEBIE
This commit is contained in:
parent
91f50c028f
commit
8112cd220a
5 changed files with 79 additions and 42 deletions
|
@ -173,8 +173,10 @@
|
|||
<div class="content">
|
||||
<div class='message'>{{ message }}</div>
|
||||
<div class='buttons'>
|
||||
<button class='cancel'>{{ cancel }}</button>
|
||||
<button class='ok'>{{ ok }}</button>
|
||||
{{ #showCancel }}
|
||||
<button class='cancel' tabindex='2'>{{ cancel }}</button>
|
||||
{{ /showCancel }}
|
||||
<button class='ok' tabindex='1'>{{ ok }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
|
@ -337,16 +339,17 @@
|
|||
</script>
|
||||
<script type='text/x-tmpl-mustache' id='key-verification'>
|
||||
<div class='container'>
|
||||
{{ ^has_their_key }}
|
||||
<div class='placeholder'>{{ their_key_unknown }}</div>
|
||||
{{ /has_their_key }}
|
||||
{{ #has_their_key }}
|
||||
{{ ^hasTheirKey }}
|
||||
<div class='placeholder'>{{ theirKeyUnknown }}</div>
|
||||
{{ /hasTheirKey }}
|
||||
{{ #hasTheirKey }}
|
||||
<label> {{ yourSafetyNumberWith }} </label>
|
||||
<!--<div class='qr'></div>-->
|
||||
<div class='key'>
|
||||
{{ #chunks }} <span>{{ . }}</span> {{ /chunks }}
|
||||
</div>
|
||||
{{ /has_their_key }}
|
||||
{{ /hasTheirKey }}
|
||||
{{ verifyHelp }}
|
||||
<p> {{> link_to_support }} </p>
|
||||
<div class='summary'>
|
||||
{{ #isVerified }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue