Skip to content

Commit cb79fcc

Browse files
committed
chore(release): v0.4.8
1 parent 47e5292 commit cb79fcc

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v0.4.8
4+
35
## v0.4.7
46

57
- fix runtime config error, now using public runtime config

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-sanctum-auth",
3-
"version": "0.4.7",
3+
"version": "0.4.8",
44
"license": "MIT",
55
"type": "module",
66
"exports": {

src/runtime/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default defineNuxtPlugin(async () => {
108108

109109
try {
110110
const response = await apiFetch(config.endpoints.login, {
111-
method: 'POST',
111+
method: 'GET',
112112
body: JSON.stringify(data),
113113
headers: {
114114
Accept: 'application/json',

0 commit comments

Comments
 (0)