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.

Этот коммит содержится в:
Christopher Speller
2016-03-24 11:27:05 -04:00
родитель b62e29ba9c
Коммит d6a6668a39
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@@ -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'