Skip to content

Commit e307949

Browse files
authored
fix(admin): the api path is the same as in the documentation (#2973)
1 parent 2013dca commit e307949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/admin/src/pages/profile/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default function () {
230230
href={
231231
user[social]
232232
? `https://${social}.com/${user[social]}`
233-
: `${baseUrl}oauth/?type=${social}&state=${token}`
233+
: `${baseUrl}oauth?type=${social}&state=${token}`
234234
}
235235
target={user[social] ? '_blank' : '_self'}
236236
rel="noreferrer"

0 commit comments

Comments
 (0)