mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-25 14:23:10 +00:00
Merge pull request #1556 from leigh-pointer/UsernameReadOnly
This commit is contained in:
commit
6546f47bb2
@ -20,7 +20,7 @@
|
||||
<div class="row mb-1 align-items-center">
|
||||
<Label Class="col-sm-3" For="username" HelpText="Your username. Note that this field can not be modified once it is saved." ResourceKey="Username"></Label>
|
||||
<div class="col-sm-9">
|
||||
<input id="username" class="form-control" @bind="@_username" readonly />
|
||||
<input id="username" class="form-control" @bind="@_username" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-1 align-items-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user