Skip to content

Commit b5b21ba

Browse files
committed
updates example app
1 parent 4180c5c commit b5b21ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/with-gin/config/config.go

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"log"
55

66
"github.com/supertokens/supertokens-golang/recipe/dashboard"
7+
"github.com/supertokens/supertokens-golang/recipe/emailpassword"
78

89
"github.com/spf13/viper"
910
"github.com/supertokens/supertokens-golang/recipe/emailverification"
@@ -54,6 +55,7 @@ func Init() {
5455
Providers: providers,
5556
},
5657
}),
58+
emailpassword.Init(nil),
5759
session.Init(nil),
5860
dashboard.Init(nil),
5961
// thirdparty.Init(thirdpartyConfig),

0 commit comments

Comments
 (0)