1f4f2b2f0f
* move submit buttons in auth-form into a form tag because IE11 is sad * add acceptance test for auth-method clearing * update ember-cli-page-object * actually remove the form attr on the auth-form component * remove form attribute on init form * remove form attribute from shamir-flow component * stringify not strigify
13 lines
237 B
Handlebars
13 lines
237 B
Handlebars
<div class="field">
|
|
<label for="token" class="is-label">Token</label>
|
|
<div class="control">
|
|
{{input
|
|
type="password"
|
|
value=token
|
|
name="token"
|
|
class="input"
|
|
data-test-token=true
|
|
}}
|
|
</div>
|
|
</div>
|