We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2013dca commit e307949Copy full SHA for e307949
packages/admin/src/pages/profile/index.jsx
@@ -230,7 +230,7 @@ export default function () {
230
href={
231
user[social]
232
? `https://${social}.com/${user[social]}`
233
- : `${baseUrl}oauth/?type=${social}&state=${token}`
+ : `${baseUrl}oauth?type=${social}&state=${token}`
234
}
235
target={user[social] ? '_blank' : '_self'}
236
rel="noreferrer"
0 commit comments