mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00: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
@ -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…
x
Reference in New Issue
Block a user