Skip to content

Commit 8a1b5b2

Browse files
committed
Rename the file to auth.ts
1 parent 6df62b1 commit 8a1b5b2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

extensions/gitpod/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import * as vscode from 'vscode';
1818
import { grpc } from '@improbable-eng/grpc-web';
1919
import { URLSearchParams } from 'url';
2020

21-
import { registerAuth, authCompletePath, resolveAuthenticationSession, gitpodScopes } from './registerAuth';
21+
import { registerAuth, authCompletePath, resolveAuthenticationSession, gitpodScopes } from './auth';
2222

2323
interface SSHConnectionParams {
2424
workspaceId: string

0 commit comments

Comments
 (0)