login/remoteauth: simplify copy

This commit is contained in:
Skip R
2025-12-18 19:40:43 -08:00
parent 1fb161f379
commit c015148b63

View File

@@ -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 apps settings.",
Instructions: "On your phone, find “Scan QR Code” in Discords settings.",
DisplayAndWaitParams: &bridgev2.LoginDisplayAndWaitParams{
Type: bridgev2.LoginDisplayTypeQR,
Data: qrCode,