mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: show name in preferences when SSO is enabled and is used to override names
This commit is contained in:
parent
71905dfdc4
commit
81c6fb318b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
{{#if model.can_edit_name}}
|
||||
{{text-field value=newNameInput classNames="input-xxlarge"}}
|
||||
{{else}}
|
||||
<span class='static'>{{name}}</span>
|
||||
<span class='static'>{{model.name}}</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class='instructions'>
|
||||
|
|
Loading…
Reference in a new issue