Skip to content

Commit 5543c0b

Browse files
author
gianluca.cagnin
committed
fix password
1 parent 833681c commit 5543c0b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/au.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/au.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/au-input.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/au-input.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/au-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289

290290

291291
this.directiveName = "auPassword";
292-
this.type = "text";
292+
this.type = "password";
293293

294294

295295
}

0 commit comments

Comments
 (0)