Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(key-manager): key manager setup & ui #77

Merged
merged 2 commits into from
Jan 13, 2025
Merged

Conversation

andrew-wang0
Copy link
Member

@andrew-wang0 andrew-wang0 commented Jan 13, 2025

Description

API Key Manager fixes

Related Issue

Closes #39

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code involves a change to the database schema.
  • My code requires a change to the documentation.

@andrew-wang0 andrew-wang0 temporarily deployed to staging-77 January 13, 2025 18:47 — with GitHub Actions Inactive
@andrew-wang0 andrew-wang0 merged commit d338cde into main Jan 13, 2025
1 check passed
@andrew-wang0 andrew-wang0 deleted the key-manager-fixes branch January 13, 2025 18:48
import { LogOutIcon } from "lucide-react";
import { signOut } from "next-auth/react";

export default function SingOut() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo? Also typo in filename.

@@ -1,12 +1,11 @@
import { auth, signOut } from "@/auth";
import { auth } from "@/auth";
import SingOut from "@/components/auth/SIgnOut";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same typos as earlier.

@andrew-wang0 andrew-wang0 changed the title Key manager fixes fix(key-manager): key manager setup & ui Jan 13, 2025
andrew-wang0 added a commit that referenced this pull request Jan 13, 2025
@andrew-wang0 andrew-wang0 restored the key-manager-fixes branch January 13, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log out button on api manager does not redirect on create or edit page
2 participants