mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-15 03:20:52 +01:00
Fix username taken error when username is unchanged
Fix typo https://github.com/LinkStackOrg/LinkStack/issues/758
This commit is contained in:
parent
2e09416011
commit
5a72b43c6d
@ -234,7 +234,7 @@
|
||||
<span class="input-group-text" id="basic-addon3">{{str_replace(['http://', 'https://'], '', url(''))}}/@</span>
|
||||
<input type="littlelink_name" class="form-control" id="littlelink_name" name="littlelink_name" aria-describedby="littlelink_name" value="{{ $page->littlelink_name ?? '' }}" :value="old('littlelink_name')" required autofocus >
|
||||
</div>
|
||||
<script>var exceptionvar = " value="{{ $page->littlelink_name }}";</script>
|
||||
<script>var exceptionvar = value="{{ $page->littlelink_name }}";</script>
|
||||
@include('auth.url-validation')
|
||||
|
||||
<label style="margin-top:15px">{{__('messages.Display name')}}</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user