Commit 335cd1e8 authored by Chunchi Che's avatar Chunchi Che

optimize custom match

parent 7cdee8e9
Pipeline #23336 passed with stages
in 12 minutes and 51 seconds
...@@ -109,7 +109,7 @@ export const MatchModal: React.FC = ({}) => { ...@@ -109,7 +109,7 @@ export const MatchModal: React.FC = ({}) => {
/> />
<Input <Input
className={styles.input} className={styles.input}
type="password" type="text"
autoCorrect="off" autoCorrect="off"
placeholder="房间密码(可选)" placeholder="房间密码(可选)"
value={passwd} value={passwd}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment