Skip to content

Commit

Permalink
fix(local logout): fix a typo in the logout redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f committed Jul 18, 2023
1 parent e663ddb commit 1ec2d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ custom:
commands:
useLocalhost: |
sed -i '' -e 's|VITE_COGNITO_REDIRECT_SIGNIN=.*|VITE_COGNITO_REDIRECT_SIGNIN=http://localhost:5000/|g' .env.local
sed -i '' -e 's|VITE_COGNITO_REDIRECT_SIGNOUT=.*|VITE_COGNITO_REDIRECT_SIGNIN=http://localhost:5000/|g' .env.local
sed -i '' -e 's|VITE_COGNITO_REDIRECT_SIGNOUT=.*|VITE_COGNITO_REDIRECT_SIGNOUT=http://localhost:5000/|g' .env.local

0 comments on commit 1ec2d94

Please sign in to comment.