We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d30915 commit fb76b20Copy full SHA for fb76b20
app/profile/TeamInvite.tsx
@@ -5,7 +5,7 @@ import { BsChevronUp } from 'react-icons/bs';
5
6
7
export default function TeamInvite(props: { token: string }) {
8
- const url = `https://b01lersc.tf/login?token=${encodeURIComponent(props.token)}`;
+ const url = `https://internal.b01lersc.tf/login?token=${encodeURIComponent(props.token)}`;
9
10
function copy() {
11
void navigator.clipboard.writeText(url);
0 commit comments