summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/templates/credentialsDialog.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/js/templates/credentialsDialog.handlebars')
-rw-r--r--apps/files_external/js/templates/credentialsDialog.handlebars8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_external/js/templates/credentialsDialog.handlebars b/apps/files_external/js/templates/credentialsDialog.handlebars
new file mode 100644
index 00000000000..c04ceef096b
--- /dev/null
+++ b/apps/files_external/js/templates/credentialsDialog.handlebars
@@ -0,0 +1,8 @@
+<div id="files_external_div_form"><div>
+ <div>{{credentials_text}}</div>
+ <form>
+ <input type="text" name="username" placeholder="{{placeholder_username}}"/>
+ <input type="password" name="password" placeholder="{{placeholder_password}}"/>
+ </form>
+ </div>
+</div>