Skip to content

Commit

Permalink
v0.0.2-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com>
  • Loading branch information
anrusina committed May 24, 2022
1 parent 987b270 commit 4ea8a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/flyte-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyteconsole/flyte-api",
"version": "0.0.1",
"version": "0.0.2-rc1",
"description": "FlyteConsole plugin to allow access FlyteAPI",
"main": "./dist/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flyte-api/src/ApiProvider/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export const defaultLoginStatus: LoginStatus = {
*/
export function getLoginUrl(adminUrl?: string, redirectUrl: string = window.location.href) {
const baseUrl = getEndpointUrl(RawEndpoint.Login, adminUrl);
return `${baseUrl}?$redirect_url=${redirectUrl}`;
return `${baseUrl}?redirect_url=${redirectUrl}`;
}

0 comments on commit 4ea8a83

Please sign in to comment.