添加state校验

This commit is contained in:
orangebabu
2024-08-19 15:18:20 +08:00
parent bab15aee23
commit da9a0387c1
3 changed files with 27 additions and 13 deletions

View File

@@ -332,6 +332,7 @@ export class UserLoginComponent implements OnInit, OnDestroy {
this.qrCodeService.loginByQrCode({
authType: 'scancode',
code: this.ticket,
state: this.state,
}).subscribe(res => {
if (res.code === 0) {
this.qrexpire = true;