mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added presenter placeholders
This commit is contained in:
@ -17,6 +17,13 @@ App.Auth = function(jQuery, util, api, appState, promise) {
|
||||
changeAllPasswords: 'changeAllPasswords',
|
||||
deleteOwnAccount: 'deleteOwnAccount',
|
||||
deleteAllAccounts: 'deleteAllAccounts',
|
||||
|
||||
listSafePosts: 'listSafePosts',
|
||||
listSketchyPosts: 'listSketchyPosts',
|
||||
listUnsafePosts: 'listUnsafePosts',
|
||||
uploadPosts: 'uploadPosts',
|
||||
|
||||
listTags: 'listTags',
|
||||
};
|
||||
|
||||
function loginFromCredentials(userName, password, remember) {
|
||||
|
Reference in New Issue
Block a user