Skip to content

Commit b3ec960

Browse files
committed
fix: removed generate post icon
1 parent f6f7bde commit b3ec960

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/account/signin.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ <h3>Sign In</h3>
9898
class="floating-label"
9999
required />
100100
<a
101-
actions="action(document; #generate-post)"
102101
click-previous
103102
click-attribute="type"
104103
click-value="text, password"

src/account/signup.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ <h3>Sign Up</h3>
136136
placeholder="Password"
137137
required />
138138
<a
139-
actions="action(document; #generate-post)"
140139
click-previous
141140
click-attribute="type"
142141
click-value="text, password"
@@ -159,7 +158,6 @@ <h3>Sign Up</h3>
159158
autocomplete="new-password"
160159
required />
161160
<a
162-
actions="action(document; #generate-post)"
163161
click-previous
164162
click-attribute="type"
165163
click-value="text, password"

0 commit comments

Comments
 (0)