Skip to content

Commit

Permalink
Prevent user secret phrase with trailing space to be trimmed
Browse files Browse the repository at this point in the history
  • Loading branch information
incentivetoken committed Aug 3, 2015
1 parent d7ff513 commit 6458f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/partials/login-to.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h3 translate="translate.signed_in_as"></h3>
<form>
<div class="form-group">
<textarea class="form-control" rows="4" ng-model="input.secretPhrase"
placeholder="12 Word Secret Phrase"></textarea>
placeholder="12 Word Secret Phrase" ng-trim="false"></textarea>
</div>
</form>
<div class="row">
Expand Down

0 comments on commit 6458f50

Please sign in to comment.