Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jan 14, 2025
1 parent 9e3be3d commit 546a351
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/canyon-platform/src/pages/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useRequest } from "ahooks";
import axios from "axios";
import { CanyonPageLogin } from "../../components/old-ui";

import logo from "../../assets/light-logo.svg";
import logo from "../../assets/logo.svg";

const Login2 = () => {
const { data, loading: isLoading } = useRequest(() =>
Expand All @@ -14,15 +14,6 @@ const Login2 = () => {

return (
<div id={"login-page"}>
<Alert
showIcon={false}
message={
<div className={"text-center"}>
携程用户请直接点击右上角的“Sign in with Gitlab”登陆!!!
</div>
}
banner
/>
<CanyonPageLogin
logo={<img src={logo} className={"w-[36px]"} alt="" />}
oauthUrl={{
Expand Down

0 comments on commit 546a351

Please sign in to comment.