mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 21:43:45 +08:00
test
This commit is contained in:
@@ -103,6 +103,14 @@ export function AuthPage() {
|
|||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
|
<div className={styles["auth-actions"]}>
|
||||||
|
<IconButton
|
||||||
|
text={Locale.Auth.Confirm}
|
||||||
|
type="primary"
|
||||||
|
onClick={goChat}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user