This commit is contained in:
MTG2000
2022-08-08 21:10:17 +03:00
parent 62d35f41ed
commit 8d0fe7eaf7
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import useCopyToClipboard from "src/utils/hooks/useCopyToClipboard";
const fetchLnurlAuth = async () => {
const res = await fetch(CONSTS.apiEndpoint + '/get-login-url', {
const res = await fetch(CONSTS.apiEndpoint + '/get-login-url?action=link', {
credentials: 'include'
})
const data = await res.json()