Skip to content

Commit

Permalink
fix: redirect_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Dec 4, 2024
1 parent 54a662e commit a624aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const PROTOCOL_PARAM = {
],
DEFAULT_VALUES: {
client_id: 'app_HelloDeveloperPlayground_Iq2',
redirect_uri: 'http://localhost:5173',
redirect_uri: 'https://playground.hello.dev/',
response_type: 'code',
response_mode: 'fragment',
prompt: 'consent'
Expand Down

0 comments on commit a624aa2

Please sign in to comment.