Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
pankona committed Oct 9, 2019
1 parent e19e729 commit 9df2ec0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/hashira-auth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ import (
"github.com/pankona/hashira/user"
)

const indexTemplate = `
"<a href=/auth/google>login by google</a><br>"
"<a href=/auth/twitter>login by twitter</a><br>"
"</html>"
`

func main() {
port := os.Getenv("PORT")
if port == "" {
Expand Down

0 comments on commit 9df2ec0

Please sign in to comment.