mirror of
https://github.com/maubot/maubot
synced 2025-08-28 20:30:38 +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() {
|
get initialState() {
|
||||||
return {
|
return {
|
||||||
id: "",
|
id: "",
|
||||||
displayname: "",
|
displayname: "disable",
|
||||||
homeserver: "",
|
homeserver: "",
|
||||||
avatar_url: "",
|
avatar_url: "disable",
|
||||||
access_token: "",
|
access_token: "",
|
||||||
device_id: "",
|
device_id: "",
|
||||||
fingerprint: null,
|
fingerprint: null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue