Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 84ab32a

Browse files
committed
build: production
1 parent 107aaa1 commit 84ab32a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
2.04 KB
Binary file not shown.

lib/helper/oauth2/github.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Helper.OAuth2.Github do
66
@timeout_limit 5000
77
# @client_id get_config(:github_oauth, :client_id)
88
# @client_secret get_config(:github_oauth, :client_secret)
9-
@redirect_uri "http://www.coderplanets.com/oauth"
9+
@redirect_uri "https://www.coderplanets.com/oauth"
1010

1111
# wired only this style works
1212
plug(Tesla.Middleware.BaseUrl, "https://github.com/login/oauth")

0 commit comments

Comments
 (0)