update some text

This commit is contained in:
2022-11-20 19:10:26 +08:00
parent 4cc7688f41
commit 0738a06e5a
2 changed files with 3 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ class LoginPopupSelf extends Component {
<div>
<div className="thuhole-login-popup-shadow" />
<div className="thuhole-login-popup">
<h3>直接邮箱登</h3>
<h3>直接邮箱登</h3>
<p>
<input value={token_phrase} onChange={(event) => this.setState({token_phrase: event.target.value})} />
</p>
@@ -161,7 +161,7 @@ class LoginPopupSelf extends Component {
</ol>
</div>
<br />
<h3>第三方认证登</h3>
<h3>第三方认证登</h3>
<p>
<a href={window.BACKEND + "_login/gh"} target="_blank"
referrerPolicy="origin"