Skip to content

Commit

Permalink
Change sign up app name
Browse files Browse the repository at this point in the history
  • Loading branch information
guiguan committed Jul 22, 2020
1 parent 279d101 commit e17481b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/auth/auth_oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @Author: guiguan
* @Date: 2020-03-11T11:29:59+11:00
* @Last modified by: guiguan
* @Last modified time: 2020-07-22T10:21:12+10:00
* @Last modified time: 2020-07-22T12:07:12+10:00
*/

package auth
Expand Down Expand Up @@ -136,7 +136,7 @@ func (a *Auth) SignInWithOauth(ctx context.Context, provider string) error {
eg.Go(func() error {
// visit oauth uri
uri := fmt.Sprintf(
"%v/auth/signup?redirectURL=http://localhost:%v/login&app=provendb-cli&provider=%v",
"%v/auth/signup?redirectURL=http://localhost:%v/login&app=proofable&provider=%v",
a.Endpoint, port, provider)

return open.Run(uri)
Expand Down

0 comments on commit e17481b

Please sign in to comment.