mirror of
https://github.com/volatiletech/authboss.git
synced 2025-01-10 04:17:59 +02:00
Add logouts module registration
This commit is contained in:
parent
f7f6244070
commit
6dee0259e1
@ -8,6 +8,10 @@ import (
|
||||
"github.com/volatiletech/authboss"
|
||||
)
|
||||
|
||||
func init() {
|
||||
authboss.RegisterModule("logout", &Logout{})
|
||||
}
|
||||
|
||||
// Logout module
|
||||
type Logout struct {
|
||||
*authboss.Authboss
|
||||
|
Loading…
Reference in New Issue
Block a user