summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-10 09:10:39 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-10 09:10:39 +0200
commit965804425dd13ec9d7d2f5edbfbd62ed6939b12e (patch)
tree24397fcf74e29c4c9c6c31c4f1352ce9aa61f8b3 /settings/templates
parentde44ab0244a0a47dad04b8b53b5d55e31a0e430e (diff)
downloadnextcloud-server-965804425dd13ec9d7d2f5edbfbd62ed6939b12e.tar.gz
nextcloud-server-965804425dd13ec9d7d2f5edbfbd62ed6939b12e.zip
Add clipboardjs for token
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 182fc3c6585..edbc0d24c5d 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -211,6 +211,7 @@ if($_['passwordChangeSupported']) {
<div class="app-password-row">
<span class="app-password-label"><?php p($l->t('Password')); ?></span>
<input id="new-app-password" type="text" readonly="readonly"/>
+ <a class="clipboardButton icon icon-clippy" data-clipboard-target="#new-app-password"></a>
<button id="app-password-hide" class="button"><?php p($l->t('Done')); ?></button>
</div>
</div>