Mention the token expiration in the ui

This commit is contained in:
Johannes Zellner
2016-06-07 15:54:09 +02:00
parent 691803f10b
commit facdabcc8d

View File

@@ -171,7 +171,8 @@
<h4 class="modal-title">New token created</h4>
</div>
<div class="modal-body">
<b ng-click-select>{{ tokenAdd.token.accessToken }}</b>
<p><b ng-click-select>{{ tokenAdd.token.accessToken }}</b></p>
<p>This token will not expire. It can only be revoked.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Done</button>