Add support for Zoom display name in profiles

This commit is contained in:
2019-09-18 09:35:24 +02:00
parent 0076d59a42
commit 6995b67a22
7 changed files with 148 additions and 96 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ export default Route.extend({
github_username: model.github_username,
github_uid: model.github_uid,
gitea_username: model.gitea_username,
wiki_username: model.wiki_username
wiki_username: model.wiki_username,
zoom_display_name: model.zoom_display_name
});
}