mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
chore(*): add .prettierrc, fix formatting
This commit is contained in:
@@ -36,7 +36,7 @@ export const parseAndSubmitAuthorizeForm = async (
|
||||
method: "POST",
|
||||
credentials: "include",
|
||||
body: formData,
|
||||
referrerPolicy: "same-origin",
|
||||
referrerPolicy: "same-origin"
|
||||
})
|
||||
.then((res) => res.text())
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user