mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Show admins incomplete config indicator
SMTP checks to start with.
This commit is contained in:
parent
b2cd375936
commit
80f0876b51
7 changed files with 31 additions and 4 deletions
|
@ -162,6 +162,14 @@ export default Component.extend(Modals, {
|
|||
}
|
||||
|
||||
this.get('router').transitionTo('customize.billing');
|
||||
},
|
||||
|
||||
onConfigured() {
|
||||
if (!this.get('session.isAdmin')) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.get('router').transitionTo('customize.smtp');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue