diff --git a/src/App.vue b/src/App.vue index ef64a69..89edd8c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,64 +1,14 @@ diff --git a/src/components/RoomInfo.vue b/src/components/RoomInfo.vue index afeeb2b..c8c2f49 100644 --- a/src/components/RoomInfo.vue +++ b/src/components/RoomInfo.vue @@ -80,11 +80,14 @@ My Profile -
-
+
+
Your identity {{ displayName }} is temporary. You can change your name or set a password to keep it.
+
+ Your are logged in as {{ displayName }}. +
View diff --git a/src/components/RoomList.vue b/src/components/RoomList.vue index 8f20a52..255c1be 100644 --- a/src/components/RoomList.vue +++ b/src/components/RoomList.vue @@ -1,9 +1,9 @@