From c015148b63ef727215d13933fb193fade8983e59 Mon Sep 17 00:00:00 2001 From: Skip R Date: Thu, 18 Dec 2025 19:40:43 -0800 Subject: [PATCH] login/remoteauth: simplify copy --- pkg/connector/login_remoteauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/connector/login_remoteauth.go b/pkg/connector/login_remoteauth.go index b8d0273..2af96f5 100644 --- a/pkg/connector/login_remoteauth.go +++ b/pkg/connector/login_remoteauth.go @@ -76,7 +76,7 @@ func (dl *DiscordRemoteAuthLogin) Start(ctx context.Context) (*bridgev2.LoginSte return &bridgev2.LoginStep{ Type: bridgev2.LoginStepTypeDisplayAndWait, StepID: "fi.mau.discord.qr", - Instructions: "On your phone, find “Scan QR Code” in the official Discord mobile app’s settings.", + Instructions: "On your phone, find “Scan QR Code” in Discord’s settings.", DisplayAndWaitParams: &bridgev2.LoginDisplayAndWaitParams{ Type: bridgev2.LoginDisplayTypeQR, Data: qrCode,