removed change password UI for oauth accounts

Этот коммит содержится в:
JoramWilander
2015-07-15 17:50:07 -04:00
родитель c39e95c7cb
Коммит 712f9a0b8c
3 изменённых файлов: 49 добавлений и 30 удалений

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

@@ -112,6 +112,9 @@ module.exports = React.createClass({
<div className="form-group">
<button type="submit" className="btn btn-primary">Sign in</button>
</div>
<div className="form-group form-group--small">
<span><a href="#">{"Log in with GitLab"}</a></span>
</div>
<div className="form-group form-group--small">
<span><a href="/find_team">{"Find other " + strings.TeamPlural}</a></span>
</div>