mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
update github oauth callback api
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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 ? (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user