|
|
|
|
@ -15,7 +15,7 @@ Template.avatarPrompt.onCreated -> |
|
|
|
|
Template.avatarPrompt.onRendered -> |
|
|
|
|
Tracker.afterFlush -> |
|
|
|
|
# this should throw an error-template |
|
|
|
|
FlowRouter.go ‘home’ if !RocketChat.settings.get("Accounts_AllowUserProfileChange") |
|
|
|
|
FlowRouter.go("home") if !RocketChat.settings.get("Accounts_AllowUserProfileChange") |
|
|
|
|
SideNav.setFlex "accountFlex" |
|
|
|
|
SideNav.openFlex() |
|
|
|
|
|
|
|
|
|
|