mirror of https://github.com/synctv-org/synctv
fix: add oauth2 callback type
parent
900da0aa2c
commit
7f35a9594d
@ -0,0 +1,8 @@
|
||||
package auth
|
||||
|
||||
type CallbackType string
|
||||
|
||||
const (
|
||||
CallbackTypeAuth CallbackType = "auth"
|
||||
CallbackTypeBind CallbackType = "bind"
|
||||
)
|
Loading…
Reference in New Issue