mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-15 09:13:50 +08:00
Improve response message.
This commit is contained in:
@ -168,12 +168,12 @@ class LoginPage extends React.Component {
|
||||
style={{width: "100%"}}
|
||||
disabled={!application.enablePassword}
|
||||
>
|
||||
Login
|
||||
Sign In
|
||||
</Button>
|
||||
{
|
||||
!application.enableSignUp ? null : (
|
||||
<div style={{float: "right"}}>
|
||||
No account yet,
|
||||
No account yet?
|
||||
<Link to={"/register"}>
|
||||
sign up now
|
||||
</Link>
|
||||
|
Reference in New Issue
Block a user