mirror of
https://github.com/maubot/maubot
synced 2025-08-28 13:40:37 +00:00
Fix default value for profile when creating client
Some checks failed
Python lint / lint (push) Has been cancelled
Some checks failed
Python lint / lint (push) Has been cancelled
This commit is contained in:
parent
93e0ebd24e
commit
905c91c285
1 changed files with 2 additions and 2 deletions
|
@ -70,9 +70,9 @@ class Client extends BaseMainView {
|
|||
get initialState() {
|
||||
return {
|
||||
id: "",
|
||||
displayname: "",
|
||||
displayname: "disable",
|
||||
homeserver: "",
|
||||
avatar_url: "",
|
||||
avatar_url: "disable",
|
||||
access_token: "",
|
||||
device_id: "",
|
||||
fingerprint: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue