mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-15 09:13:50 +08:00
Add frontend /login/oauth
This commit is contained in:
@ -19,7 +19,7 @@ import {authConfig} from "./Auth";
|
||||
class LoginPage extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Face applicationName={authConfig.appName} account={this.props.account} onLoggedIn={this.props.onLoggedIn.bind(this)} {...this.props} />
|
||||
<Face type={"login"} applicationName={authConfig.appName} account={this.props.account} onLoggedIn={this.props.onLoggedIn.bind(this)} {...this.props} />
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user