Name device used by Synapse Admin

This commit is contained in:
Aaron Raimist 2021-02-27 19:07:30 -06:00
parent 684c44e470
commit d69a07980f
No known key found for this signature in database
GPG Key ID: 37419210002890EF

View File

@ -10,6 +10,7 @@ const authProvider = {
type: "m.login.password",
user: username,
password: password,
initial_device_display_name: "Synapse Admin",
}),
};