提交 5acc3d2c 编写于 作者: V Vladimir Pouzanov 提交者: Sebastian Florek

Change the token login input field to password (#2642)

This prevents the browsers from caching the value.
上级 cb596bcd
......@@ -19,6 +19,7 @@ limitations under the License.
<label>[[Enter token|'Token' field label shown on login page for token auth]]</label>
<input ng-model="$ctrl.token"
ng-change="$ctrl.onTokenUpdate()"
required>
required
type="password">
</md-input-container>
</div>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册