Login: add signup link.
parent
181ff241da
commit
c4d239dba3
|
@ -181,6 +181,9 @@ class LoginForm extends React.PureComponent {
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
<div style={styles.forgotPassword}>
|
||||||
|
Don't have an account yet? <ExternalLink href={C.signUp}>Sign up here!</ExternalLink>
|
||||||
|
</div>
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,5 +8,6 @@ export const sourceCode = "https://github.com/etesync/etesync-web";
|
||||||
export const reportIssue = sourceCode + "/issues";
|
export const reportIssue = sourceCode + "/issues";
|
||||||
|
|
||||||
export const forgotPassword = "https://www.etesync.com/accounts/password/reset/";
|
export const forgotPassword = "https://www.etesync.com/accounts/password/reset/";
|
||||||
|
export const signUp = "https://www.etesync.com/accounts/signup/";
|
||||||
|
|
||||||
export const serviceApiBase = process.env.REACT_APP_DEFAULT_API_PATH || "https://api.etesync.com/";
|
export const serviceApiBase = process.env.REACT_APP_DEFAULT_API_PATH || "https://api.etesync.com/";
|
||||||
|
|
Loading…
Reference in New Issue