update github oauth callback api

This commit is contained in:
steven
2021-12-10 15:14:20 +08:00
parent 050c2ccbd5
commit 527745ad15
6 changed files with 132 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ import appContext from "./stores/appContext";
import { appRouterSwitch } from "./routers";
import { globalStateService } from "./services";
import "./less/app.less";
import 'prismjs/themes/prism.css';
function App() {
const {

View File

@@ -155,7 +155,7 @@ const MyAccountSection: React.FC<Props> = () => {
<Only when={window.location.origin.includes("justsven.top")}>
<div className="section-container connect-section-container">
<p className="title-text"></p>
<label className="form-label input-form-label">
<label className="form-label input-form-label hidden">
<span className="normal-text"> OpenID</span>
{user.wxOpenId ? (
<>