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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我安装了插件并进行了配置,但扫码登录时,代码运行到AuthController.GetRedirect.cs的return new GetRedirectResult后,页面上显示着RedirectUrl和Token后,就没了,我也不知道应该怎么调试才能让cms知道我已经登录成功。
return new GetRedirectResult { RedirectUrl = request.RedirectUrl, Token = token };
另外,当我关闭cms的用户设置中“允许新用户注册”后,如果是一个新用户扫码,就会报错“object reference not set to an instance of an object”,报错位置是44行userName = newUser.UserName;的位置。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,我安装了插件并进行了配置,但扫码登录时,代码运行到AuthController.GetRedirect.cs的return new GetRedirectResult后,页面上显示着RedirectUrl和Token后,就没了,我也不知道应该怎么调试才能让cms知道我已经登录成功。
另外,当我关闭cms的用户设置中“允许新用户注册”后,如果是一个新用户扫码,就会报错“object reference not set to an instance of an object”,报错位置是44行userName = newUser.UserName;的位置。
The text was updated successfully, but these errors were encountered: