Skip to content

Commit ac56fca

Browse files
MichaelDesantiskylecarbs
authored andcommitted
Remove unused markup from password page (#49)
1 parent e20b79b commit ac56fca

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/app/browser/src/app.html

-15
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,6 @@ <h2 class="subtitle">
1919
<label class="mdc-floating-label" for="password">Password</label>
2020
<div class="mdc-line-ripple"></div>
2121
</div>
22-
<div class="mdc-text-field-helper-line">
23-
<div class="mdc-text-field-helper-text">helper text</div>
24-
</div>
25-
<div class="mdc-form-field">
26-
<div class="mdc-checkbox">
27-
<input type="checkbox" class="mdc-checkbox__native-control" id="remember" />
28-
<div class="mdc-checkbox__background">
29-
<svg class="mdc-checkbox__checkmark" viewBox="0 0 24 24">
30-
<path class="mdc-checkbox__checkmark-path" fill="none" d="M1.73,12.91 8.1,19.28 22.79,4.59" />
31-
</svg>
32-
<div class="mdc-checkbox__mixedmark"></div>
33-
</div>
34-
</div>
35-
<label for="remember">Remember Me</label>
36-
</div>
3722
<button id="submit" class="mdc-button mdc-button--unelevated">
3823
<span class="mdc-button__label">Enter IDE</span>
3924
</button>

0 commit comments

Comments
 (0)