aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/010-libphotofloat.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/010-libphotofloat.js')
-rw-r--r--web/js/010-libphotofloat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/010-libphotofloat.js b/web/js/010-libphotofloat.js
index 30cf889..0a84014 100644
--- a/web/js/010-libphotofloat.js
+++ b/web/js/010-libphotofloat.js
@@ -92,7 +92,7 @@
$.ajax({
type: "GET",
dataType: "text",
- url: "auth?password=" + password,
+ url: "auth?username=photos&password=" + password,
success: function() {
result(true);
},