1
This commit is contained in:
@@ -186,8 +186,8 @@ export default {
|
||||
.post('api/User/OrcidLogin', { code: this.code })
|
||||
.then((res) => {
|
||||
if (res.data.user == null) {
|
||||
loginForm.orcid = res.data.orcid;
|
||||
registerForm.orcid = res.data.orcid;
|
||||
this.loginForm.orcid = res.data.orcid;
|
||||
this.registerForm.orcid = res.data.orcid;
|
||||
this.loading = false;
|
||||
} else {
|
||||
this.$message.success('Login success');
|
||||
|
||||
Reference in New Issue
Block a user