Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Jul 25, 2024
1 parent 8eaa6a5 commit 2c19a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/Gateway/customConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const action = async (config: ICustomConnectAction) => {
const project = (await listProjects(projectName, 1, 20, false, true))?.contents?.[0];

if (!project || project?.name !== projectName) {
return 'User Project Not Fount';
return 'User project not found, please contact adminitrator, confirm the bastion integration is enabled';
}

const params = resolveRemoteData({
Expand Down

0 comments on commit 2c19a3d

Please sign in to comment.