diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-08-21 11:00:08 -0400 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-08-21 11:00:08 -0400 |
commit | 0759b23448de29158367f344342e939dfa6eaf48 (patch) | |
tree | 3c09f978081bb466068aff5868e1c3e6b479cfd0 /src/server/authentication/models/current_user_utils.ts | |
parent | 4a6231e1631cda4f3f09ce0202538108609a8d47 (diff) |
moved links to own folder
Diffstat (limited to 'src/server/authentication/models/current_user_utils.ts')
-rw-r--r-- | src/server/authentication/models/current_user_utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts index 508655605..de45aad02 100644 --- a/src/server/authentication/models/current_user_utils.ts +++ b/src/server/authentication/models/current_user_utils.ts @@ -29,7 +29,7 @@ export class CurrentUserUtils { doc.viewType = CollectionViewType.Tree; doc.dropAction = "alias"; doc.layout = CollectionView.LayoutString(); - doc.title = Doc.CurrentUserEmail + doc.title = Doc.CurrentUserEmail; this.updateUserDocument(doc); doc.data = new List<Doc>(); doc.gridGap = 5; |