Skip to content

Commit

Permalink
Merge pull request #805 from yc2lee/sign-in-browser
Browse files Browse the repository at this point in the history
Make sign-in page say to use Google Chrome or Firefox
  • Loading branch information
yc2lee authored Sep 9, 2017
2 parents 2ca2da9 + b8ac811 commit 514219d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/src/views/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ class SignIn extends React.Component<SignInProps&actionsInterface, SignInState>
const projects = this.props.appState.projects;
return (<div className={styles.container}>
<img src={logo} className={styles.logo}/>
<h5>Sign in to Seashell using your <a href="https://www.student.cs.uwaterloo.ca/password/">student.cs credentials</a></h5>
<h6>Sign in to Seashell with your <a href="https://www.student.cs.uwaterloo.ca/password/">student.cs credentials</a> using the
latest <a href="https://www.google.com/chrome/">Google Chrome</a> or <a href="https://www.mozilla.org/firefox/">Firefox</a>.
</h6>
<form className="pt-control-group pt-vertical" onSubmit={this.signin}>
<div className="pt-input-group pt-large">
<span className="pt-icon pt-icon-person"></span>
Expand Down

0 comments on commit 514219d

Please sign in to comment.