wip adding account pages and add seeder package
This commit is contained in:
parent
3459bf26f8
commit
ec8a7b9228
10 changed files with 150 additions and 18 deletions
|
|
@ -6,6 +6,7 @@ import { Accounts } from 'meteor/accounts-base';
|
|||
import { Bert } from 'meteor/themeteorchef:bert';
|
||||
import OAuthLoginButton from '../../components/OAuthLoginButton/OAuthLoginButton';
|
||||
import InputHint from '../../components/InputHint/InputHint';
|
||||
import AccountPageFooter from '../../components/AccountPageFooter/AccountPageFooter';
|
||||
import validate from '../../../modules/validate';
|
||||
|
||||
import './Signup.scss';
|
||||
|
|
@ -138,9 +139,9 @@ class Signup extends React.Component {
|
|||
<InputHint>Use at least six characters.</InputHint>
|
||||
</FormGroup>
|
||||
<Button type="submit" bsStyle="success">Sign Up</Button>
|
||||
<p className="HaveAnAccount">
|
||||
Already have an account? <Link to="/login">Log In</Link>.
|
||||
</p>
|
||||
<AccountPageFooter>
|
||||
<p>Already have an account? <Link to="/login">Log In</Link>.</p>
|
||||
</AccountPageFooter>
|
||||
</form>
|
||||
</Col>
|
||||
</Row>
|
||||
|
|
|
|||
|
|
@ -16,11 +16,5 @@
|
|||
left: 50%;
|
||||
margin-left: -106px;
|
||||
}
|
||||
|
||||
.HaveAnAccount {
|
||||
margin-top: 25px;
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid $gray-lighter;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue