Skip to content

Commit 78adf30

Browse files
committed
Rename provider to Red Hat SSO
Signed-off-by: Denis Golovin <[email protected]>
1 parent a716aec commit 78adf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export async function activate(extensionContext: extensionApi.ExtensionContext):
8585

8686
const providerDisposable = extensionApi.authentication.registerAuthenticationProvider(
8787
'redhat.autentication-provider',
88-
'Red Hat', {
88+
'Red Hat SSO', {
8989
onDidChangeSessions: onDidChangeSessions.event,
9090
createSession: async function (scopes: string[]): Promise<extensionApi.AuthenticationSession> {
9191
const service = await getAuthService();

0 commit comments

Comments
 (0)