mirror of
https://github.com/pushbits/server.git
synced 2025-08-06 10:08:55 +02:00
wording
This commit is contained in:
parent
728c84676c
commit
87c339695d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func Create(homeserver, username, password string, formatting configuration.Form
|
||||||
Type: mautrix.AuthTypePassword,
|
Type: mautrix.AuthTypePassword,
|
||||||
Identifier: mautrix.UserIdentifier{Type: mautrix.IdentifierTypeUser, User: username},
|
Identifier: mautrix.UserIdentifier{Type: mautrix.IdentifierTypeUser, User: username},
|
||||||
Password: password,
|
Password: password,
|
||||||
DeviceID: id.DeviceID("pushbits"),
|
DeviceID: id.DeviceID("PushBits"),
|
||||||
StoreCredentials: true,
|
StoreCredentials: true,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue