Skip to content

Commit 95fdd72

Browse files
authored
Merge pull request #1500 from tomivm/master
Support OauthLogin for apple-web
2 parents e8c3251 + 045585b commit 95fdd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class API {
180180
}
181181

182182
async oAuthLogin(type, query) {
183-
if (type === 'apple') {
183+
if (type === 'apple' || type === 'apple-web') {
184184
const authCode = query?.substring(1);
185185
const { data } = await this.axiosInstance.post(
186186
`/login/${type}/callback`,

0 commit comments

Comments
 (0)