Fix sign out link #62

Merged
raucao merged 1 commits from bugfix/signout into master 2022-02-19 18:16:01 +00:00
Owner

The correct HTML attribute to send a DELETE request would be data-turbo-method, but then it still fails with JS turned off, which is unnecessary.

fixes #61

The correct HTML attribute to send a DELETE request would be `data-turbo-method`, but then it still fails with JS turned off, which is unnecessary. fixes #61
raucao added the
kredits-1
label 2022-02-19 18:14:49 +00:00
raucao added 1 commit 2022-02-19 18:14:50 +00:00
Fix sign out link
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
7cb0111449
The correct HTML attribute to send a DELETE request would be
`data-turbo-method`, but then it still fails with JS turned off, which
is unnecessary.

fixes #61
raucao merged commit a2889705ed into master 2022-02-19 18:16:01 +00:00
raucao deleted branch bugfix/signout 2022-02-19 18:16:06 +00:00
Sign in to join this conversation.
No description provided.