Skip to content

Commit

Permalink
Use signin URL structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjshaw committed Oct 14, 2024
1 parent 4551359 commit 8aaf68c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/figma/components/FigmaConnector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function FigmaTokenEditor() {

const handleConnectFigma = () => {
const currentPage = window.location.href;
router.push(`/api/auth/figma?original_url=${encodeURIComponent(currentPage)}`);
router.push(`/api/auth/figma/signin?original_url=${encodeURIComponent(currentPage)}`);
};

const handleSignout = async () => {
Expand Down

0 comments on commit 8aaf68c

Please sign in to comment.