mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-01-17 19:56:20 +00:00
9 lines
65 B
Go
9 lines
65 B
Go
package oauth
|
|
|
|
const (
|
|
signInHTML = `
|
|
`
|
|
|
|
authorizeHTML = `
|
|
`
|
|
)
|