feature: verify tokens
This commit is contained in:
7
config/urls.go
Normal file
7
config/urls.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
import "fmt"
|
||||
|
||||
func VerifyEmailURL(token string) string {
|
||||
return fmt.Sprintf("%s/account/verify-email#%s", Read().WebURL, token)
|
||||
}
|
Reference in New Issue
Block a user