mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-09 15:10:26 +01:00
10 lines
65 B
Go
10 lines
65 B
Go
package oauth
|
|
|
|
const (
|
|
signInHTML = `
|
|
`
|
|
|
|
authorizeHTML = `
|
|
`
|
|
)
|