aboutsummaryrefslogtreecommitdiff
path: root/jobs/passwordlogin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/passwordlogin.cpp')
-rw-r--r--jobs/passwordlogin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/passwordlogin.cpp b/jobs/passwordlogin.cpp
index 081e19bc..09108215 100644
--- a/jobs/passwordlogin.cpp
+++ b/jobs/passwordlogin.cpp
@@ -33,7 +33,7 @@ PasswordLogin::PasswordLogin(const ConnectionData* connection, QString user, QSt
, "_matrix/client/r0/login"
, Query()
, Data(
- { { "type", "m.login.password" }
+ { { "type", QStringLiteral("m.login.password") }
, { "user", user }
, { "password", password }
})