瀏覽代碼

Mask password. Closes #2

Pouria Ezzati 8 年之前
父節點
當前提交
0c0c41ced3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/pages/url-password.js

+ 1 - 1
client/pages/url-password.js

@@ -96,7 +96,7 @@ class UrlPasswordPage extends Component {
       <BodyWrapper>
         <Title>Enter the password to access the URL.</Title>
         <Form onSubmit={this.requestUrl}>
-          <TextInput placeholder="Password" onChange={this.updatePassword} small />
+          <TextInput type="password" placeholder="Password" onChange={this.updatePassword} small />
           <Button type="submit" icon={this.state.loading ? 'loader' : ''}>
             Go
           </Button>