diff --git a/libs/tup-components/src/auth/LoginComponent/LoginComponent.spec.tsx b/libs/tup-components/src/auth/LoginComponent/LoginComponent.spec.tsx index 73e608bf6..aa2ba815c 100644 --- a/libs/tup-components/src/auth/LoginComponent/LoginComponent.spec.tsx +++ b/libs/tup-components/src/auth/LoginComponent/LoginComponent.spec.tsx @@ -27,7 +27,7 @@ describe('LoginComponent', () => { value: { replace: mockNavigate }, }); const { getByLabelText, getByRole } = testRender(); - const username = getByLabelText(/Username/); + const username = getByLabelText(/Username or Email/); const password = getByLabelText(/Password/); const submit = getByRole('button'); await act(async () => { diff --git a/libs/tup-components/src/auth/LoginComponent/LoginComponent.tsx b/libs/tup-components/src/auth/LoginComponent/LoginComponent.tsx index 75c86a98e..c80cc0ab5 100644 --- a/libs/tup-components/src/auth/LoginComponent/LoginComponent.tsx +++ b/libs/tup-components/src/auth/LoginComponent/LoginComponent.tsx @@ -156,9 +156,9 @@ const LoginComponent: React.FC = ({ className }) => { { {!sendChallengeSuccess && !unpairCode && ( - + Alternatively,{' '} unpairWithEmail(null)}> unpair via email diff --git a/libs/tup-components/src/projects/details/ProjectDetails.tsx b/libs/tup-components/src/projects/details/ProjectDetails.tsx index 0562cc0de..73d671f43 100644 --- a/libs/tup-components/src/projects/details/ProjectDetails.tsx +++ b/libs/tup-components/src/projects/details/ProjectDetails.tsx @@ -82,7 +82,7 @@ const IncreaseAllocation: React.FC<{ chargeCode: string }> = ({ }) => { const href = chargeCode.startsWith('TG-') ? 'https://allocations.access-ci.org/requests' - : 'https://submit-tacc.xras.org/'; + : 'https://submit-tacc.xras.org/requests'; return ( Increase Existing Allocation diff --git a/libs/tup-components/src/tickets/TicketCreateModal/TicketCreateForm.tsx b/libs/tup-components/src/tickets/TicketCreateModal/TicketCreateForm.tsx index f87fd8bff..c2909199d 100644 --- a/libs/tup-components/src/tickets/TicketCreateModal/TicketCreateForm.tsx +++ b/libs/tup-components/src/tickets/TicketCreateModal/TicketCreateForm.tsx @@ -121,9 +121,9 @@ export const TicketCreateForm: React.FC = () => { Vista(vista.tacc.utexas.edu) Vislab(stallion.tacc.utexas.edu) Cyclone(cyclone.tacc.utexas.edu) - Cloud and Interactive Computing (Agave API) - Cloud and Interactive Computing (Abaco API) + Cloud and Interactive Computing (Tapis API) Cloud and Interactive Computing (JupyterHub) + Cloud and Interactive Computing (Other) Other
+
Alternatively,{' '} unpairWithEmail(null)}> unpair via email diff --git a/libs/tup-components/src/projects/details/ProjectDetails.tsx b/libs/tup-components/src/projects/details/ProjectDetails.tsx index 0562cc0de..73d671f43 100644 --- a/libs/tup-components/src/projects/details/ProjectDetails.tsx +++ b/libs/tup-components/src/projects/details/ProjectDetails.tsx @@ -82,7 +82,7 @@ const IncreaseAllocation: React.FC<{ chargeCode: string }> = ({ }) => { const href = chargeCode.startsWith('TG-') ? 'https://allocations.access-ci.org/requests' - : 'https://submit-tacc.xras.org/'; + : 'https://submit-tacc.xras.org/requests'; return ( Increase Existing Allocation diff --git a/libs/tup-components/src/tickets/TicketCreateModal/TicketCreateForm.tsx b/libs/tup-components/src/tickets/TicketCreateModal/TicketCreateForm.tsx index f87fd8bff..c2909199d 100644 --- a/libs/tup-components/src/tickets/TicketCreateModal/TicketCreateForm.tsx +++ b/libs/tup-components/src/tickets/TicketCreateModal/TicketCreateForm.tsx @@ -121,9 +121,9 @@ export const TicketCreateForm: React.FC = () => { Vista(vista.tacc.utexas.edu) Vislab(stallion.tacc.utexas.edu) Cyclone(cyclone.tacc.utexas.edu) - Cloud and Interactive Computing (Agave API) - Cloud and Interactive Computing (Abaco API) + Cloud and Interactive Computing (Tapis API) Cloud and Interactive Computing (JupyterHub) + Cloud and Interactive Computing (Other) Other