aboutsummaryrefslogtreecommitdiff
path: root/clientapi/routing/openid.go
diff options
context:
space:
mode:
Diffstat (limited to 'clientapi/routing/openid.go')
-rw-r--r--clientapi/routing/openid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/routing/openid.go b/clientapi/routing/openid.go
index cfb440be..8e9be788 100644
--- a/clientapi/routing/openid.go
+++ b/clientapi/routing/openid.go
@@ -63,7 +63,7 @@ func CreateOpenIDToken(
JSON: openIDTokenResponse{
AccessToken: response.Token.Token,
TokenType: "Bearer",
- MatrixServerName: string(cfg.Matrix.ServerName),
+ MatrixServerName: string(device.UserDomain()),
ExpiresIn: response.Token.ExpiresAtMS / 1000, // convert ms to s
},
}