Skip to content
Snippets Groups Projects
Commit 5a6a7f90 authored by rcaferati's avatar rcaferati
Browse files

Update accountProfile.coffee

parent a7f77a0c
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ Template.accountProfile.onCreated ->
Template.accountProfile.onRendered ->
Tracker.afterFlush ->
# this should throw an error-template
window.location.href = "/" if !RocketChat.settings.get("Accounts_AllowUserAvatarChange")
FlowRouter.go("home") if !RocketChat.settings.get("Accounts_AllowUserAvatarChange")
SideNav.setFlex "accountFlex"
SideNav.openFlex()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment