Skip to content

Commit

Permalink
More login fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 27, 2024
1 parent 0126749 commit b356ad2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions cmd/loginhelper/pages/cookies.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
headers: {
"Content-Type": "application/json"
},
}).then(() => {
window.location.reload()
}).catch(err => alert(err))
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
go.mau.fi/util v0.6.1-0.20240719175439-20a6073e1dd4
maunium.net/go/mautrix v0.19.1-0.20240727220844-3ba566d182fe
maunium.net/go/mautrix v0.19.1-0.20240727222228-3b9f7c8f2307
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M=
maunium.net/go/mauflag v1.0.0/go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA=
maunium.net/go/mautrix v0.19.1-0.20240727220844-3ba566d182fe h1:aXFOFFT5ZSmBZRy01UnYlG6cNij6WBCFaNixkGWajjY=
maunium.net/go/mautrix v0.19.1-0.20240727220844-3ba566d182fe/go.mod h1:xP3DCXdPBUe1sPiugLbd5mRh/mJQWfGWyED1S8s9V7c=
maunium.net/go/mautrix v0.19.1-0.20240727222228-3b9f7c8f2307 h1:o2Maf+DF4PxTtu9xGtpApYRjwoA9cPt4TNoLhX5tPKk=
maunium.net/go/mautrix v0.19.1-0.20240727222228-3b9f7c8f2307/go.mod h1:xP3DCXdPBUe1sPiugLbd5mRh/mJQWfGWyED1S8s9V7c=

0 comments on commit b356ad2

Please sign in to comment.