Skip to content

Commit

Permalink
fix: fix authentication provieder id typo
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
  • Loading branch information
dgolovin committed Jan 24, 2024
1 parent 7508a4e commit be80fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export async function activate(extensionContext: extensionApi.ExtensionContext):
await initMenu(extensionContext);

const providerDisposable = extensionApi.authentication.registerAuthenticationProvider(
'redhat.autentication-provider',
'redhat.authentication-provider',
'Red Hat SSO', {
onDidChangeSessions: onDidChangeSessions.event,
createSession: async function (scopes: string[]): Promise<extensionApi.AuthenticationSession> {
Expand Down

0 comments on commit be80fb2

Please sign in to comment.