feat: 微软登录二维码生成添加 otc 参数 (#5538)
This commit is contained in:
@@ -184,7 +184,7 @@ public class MicrosoftAccountLoginPane extends JFXDialogLayout implements Dialog
|
|||||||
|
|
||||||
var qrCode = new SVGPath();
|
var qrCode = new SVGPath();
|
||||||
qrCode.fillProperty().bind(Themes.colorSchemeProperty().getPrimary());
|
qrCode.fillProperty().bind(Themes.colorSchemeProperty().getPrimary());
|
||||||
qrCode.setContent(QrCodeUtils.toSVGPath(QrCode.encodeText(wait.verificationUri(), QrCode.Ecc.MEDIUM)));
|
qrCode.setContent(QrCodeUtils.toSVGPath(QrCode.encodeText(wait.verificationUri() + "?otc=" + wait.userCode(), QrCode.Ecc.MEDIUM)));
|
||||||
qrCode.setScaleX(3);
|
qrCode.setScaleX(3);
|
||||||
qrCode.setScaleY(3);
|
qrCode.setScaleY(3);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user