mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-03-25 15:04:58 +01:00
9 lines
65 B
Go
9 lines
65 B
Go
package oauth
|
|
|
|
const (
|
|
signInHTML = `
|
|
`
|
|
|
|
authorizeHTML = `
|
|
`
|
|
)
|