master
Bob Mottram 2019-08-22 19:53:29 +01:00
parent 9d8a080c5b
commit 78a66ee216
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ def htmlProfile(projectVersion: str, \
extraJson=None) -> str: extraJson=None) -> str:
"""Show the profile page as html """Show the profile page as html
""" """
nickname=profileJson['preferredUsername'] nickname=profileJson['name']
if not nickname: if not nickname:
return "" return ""
displayName=profileJson['name'] displayName=profileJson['name']