Fix default value for profile when creating client
Some checks failed
Python lint / lint (push) Has been cancelled

This commit is contained in:
Tulir Asokan 2025-08-19 12:28:11 +03:00
parent 93e0ebd24e
commit 905c91c285

View file

@ -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,