Commit 07cbcd4a authored by Chunchi Che's avatar Chunchi Che

Merge branch 'optimize/custom_match' into 'main'

自定义房间密码不脱敏处理

See merge request mycard/Neos!292
parents 7cdee8e9 335cd1e8
Pipeline #23337 passed with stages
in 11 minutes and 22 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