Skip to content

Commit

Permalink
Fix team invite
Browse files Browse the repository at this point in the history
Somehow I always miss this when cloning bctf 😩
  • Loading branch information
ky28059 committed Aug 26, 2024
1 parent b62505b commit 377c92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/profile/TeamInvite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BsChevronUp } from 'react-icons/bs';


export default function TeamInvite(props: { token: string }) {
const url = `https://internal.b01lersc.tf/login?token=${encodeURIComponent(props.token)}`;
const url = `https://bootcamp.b01lersc.tf/login?token=${encodeURIComponent(props.token)}`;

function copy() {
void navigator.clipboard.writeText(url);
Expand Down

0 comments on commit 377c92a

Please sign in to comment.