Settings resource; oauth2 app authorization model; UI cleanup
This commit is contained in:
@@ -35,6 +35,12 @@ class VueService extends Service {
|
||||
}
|
||||
}
|
||||
|
||||
invoke_action(res, action) {
|
||||
return res.page('public:action', {
|
||||
...this.data({ action })
|
||||
})
|
||||
}
|
||||
|
||||
auth_message(res, {message, next_destination, ...args}) {
|
||||
const text = args.button_text || 'Continue'
|
||||
return res.page('public:message', {
|
||||
|
||||
Reference in New Issue
Block a user