mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-27 10:43:32 +01:00
10 lines
65 B
Go
10 lines
65 B
Go
package oauth
|
|
|
|
const (
|
|
signInHTML = `
|
|
`
|
|
|
|
authorizeHTML = `
|
|
`
|
|
)
|