Permissions refactor; create sharing API; update dependencies
This commit is contained in:
@@ -20,6 +20,9 @@ const Model = require('flitter-auth/model/KeyAction')
|
||||
*/
|
||||
class KeyAction extends Model {
|
||||
|
||||
auth_url() {
|
||||
return this.url().replace('auth/action/', 'auth/action/login/')
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = exports = KeyAction
|
||||
|
||||
Reference in New Issue
Block a user