Skip to content

Commit

Permalink
fix: websocket arg no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Axolotle committed Dec 16, 2024
1 parent a5fcc78 commit 2bfb5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/composables/useInfos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const useInfos = createGlobalState(() => {

function login(credentials: string) {
return api
.post({ uri: 'login', data: { credentials }, websocket: false })
.post({ uri: 'login', data: { credentials }, isAction: false })
.then(() => _onLogin())
}

Expand Down

0 comments on commit 2bfb5fe

Please sign in to comment.