fix: wrong rel
All checks were successful
ci / docker (push) Successful in 4m19s

This commit is contained in:
Tine 2024-04-20 20:43:14 +02:00
parent 5545b3f330
commit 204bc49b98
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -54,7 +54,7 @@ app.get("/.well-known/webfinger", (c) => {
subject: resource,
links: [
{
rel: "http://schemas.openid.net/specs/connect/1.0/issuer",
rel: "http://openid.net/specs/connect/1.0/issuer",
href: `https://id.tjo.space/application/o/tailscalecom/`,
},
],