summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/admin_navbar_dropdown.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-24 11:27:05 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-24 11:27:05 -0400
commitd6a6668a39db2f78d59919686c5d7b901888da36 (patch)
tree5096fdb2935b94adc47152c99d6a234f04cda940 /webapp/components/admin_console/admin_navbar_dropdown.jsx
parentb62e29ba9cd6183551266da05b9b602a4415d738 (diff)
downloadchat-d6a6668a39db2f78d59919686c5d7b901888da36.tar.gz
chat-d6a6668a39db2f78d59919686c5d7b901888da36.tar.bz2
chat-d6a6668a39db2f78d59919686c5d7b901888da36.zip
Modifying login not to display until it has finished checking. Caused admin console to redirect to town-square. Will be changed after user model flip.
Diffstat (limited to 'webapp/components/admin_console/admin_navbar_dropdown.jsx')
-rw-r--r--webapp/components/admin_console/admin_navbar_dropdown.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/admin_navbar_dropdown.jsx b/webapp/components/admin_console/admin_navbar_dropdown.jsx
index 9644a2e7f..527f97959 100644
--- a/webapp/components/admin_console/admin_navbar_dropdown.jsx
+++ b/webapp/components/admin_console/admin_navbar_dropdown.jsx
@@ -64,7 +64,7 @@ export default class AdminNavbarDropdown extends React.Component {
>
<li>
<Link
- to={Utils.getWindowLocationOrigin() + '/' + this.state.currentTeam.name}
+ to={Utils.getWindowLocationOrigin() + '/' + this.state.currentTeam.name + '/channels/town-square'}
>
<FormattedMessage
id='admin.nav.switch'