Skip to content

Commit 3dde246

Browse files
committed
Bugfix
1 parent 4a46ea3 commit 3dde246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/installer/installer.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@
156156
<label>Handle:</label>
157157
<div class="input-group">
158158
<div class="input-group-prepend"><div class="input-group-text">@</div></div>
159-
<input style="max-width:237px; padding-left:50px;" class="form-control" name="handle" type="text" />
159+
<input style="max-width:237px; padding-left:50px;" class="form-control" name="handle" type="text" required>
160160
</div>
161161
<label>Name:</label>
162-
<input style="max-width:275px;" class="form-control" name="name" type="text" />
162+
<input style="max-width:275px;" class="form-control" name="name" type="text" required>
163163
<div class="input-group">
164164
</div></div><br>
165165
<input type="hidden" name="_token" value="{{csrf_token()}}">

0 commit comments

Comments
 (0)