gotosocial/internal/oauth/html.go
2021-03-18 23:27:43 +01:00

10 lines
65 B
Go

package oauth
const (
signInHTML = `
`
authorizeHTML = `
`
)