We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a8c13 commit 7acf778Copy full SHA for 7acf778
apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/lib/vault.client.ts
@@ -289,13 +289,6 @@ export async function createManagementAccessToken(props: {
289
});
290
if (res.success) {
291
const data = res.data;
292
- console.log({
293
- name: "engineCloud",
294
- managementAccessToken: data.accessToken,
295
- maskedAdminKey: maskSecret(props.adminKey),
296
- rotationCode: props.rotationCode,
297
- actions: [],
298
- });
299
// store the management access token in the project
300
await updateProjectClient(
301
{
0 commit comments