Browse Source

Merge branch 'iteration-class' into jenkins

mo 1 year ago
parent
commit
250c1a4f02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/login/components/pwdLogin.tsx

+ 1 - 1
src/views/login/components/pwdLogin.tsx

@@ -60,7 +60,7 @@ export default defineComponent({
           const params: FormState = {
             username,
             password,
-            loginType: 'PASSWORD',
+            loginType: 'password',
             grant_type: 'PASSWORD',
             client_id: 'cooleshow-teacher',
             client_secret: 'cooleshow-teacher'