We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
我的这个登录页面正常打开了。如图。
只有手机验证码,以及账号密码登录可选。
我想问这个web页面怎么才可以有【二维码扫码登录】的选项
我的代码截取如下,按下Button调用authorize
Button("Authorize") { Task { do { let userInfo = try await client.authorize(credentials: .pkce) .send(AliyunpanScope.User.GetUsersInfo()) self.userInfo = userInfo } catch { print("Authorize ERR: ", error) } } } .font(.largeTitle)
The text was updated successfully, but these errors were encountered:
移动端H5的登录框,是没有二维码登录的,大部分用户不会用A手机扫B手机登录 如果是大屏,有两种方案:
Sorry, something went wrong.
No branches or pull requests
我的这个登录页面正常打开了。如图。
只有手机验证码,以及账号密码登录可选。
我想问这个web页面怎么才可以有【二维码扫码登录】的选项
我的代码截取如下,按下Button调用authorize
The text was updated successfully, but these errors were encountered: