fixed error in refactoring, changed auth-system to multi token, cleanup after major change
This commit is contained in:
@ -92,7 +92,7 @@
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
dataType: "text",
|
||||
url: "auth?username=photos&password=" + password,
|
||||
url: "auth?username=" + password,
|
||||
success: function() {
|
||||
result(true);
|
||||
},
|
||||
|
Reference in New Issue
Block a user