Skip to content

Commit e6158ce

Browse files
committed
Added back placeholder for name
1 parent 02db1d9 commit e6158ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AdminConsole/Pages/Organization/Join.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
<div>
2323
<label asp-for="Form.Name" class="block text-sm font-medium leading-6 text-gray-900">Admin Name</label>
2424
<div class="mt-2">
25-
<input type="text" asp-for="Form.Name" class="text-input">
25+
<input placeholder="Philip J. Fry" type="text" asp-for="Form.Name" class="text-input">
2626
<span asp-validation-for="Form.Name"></span>
2727
</div>
2828
</div>

0 commit comments

Comments
 (0)