Skip to content

Commit

Permalink
Merge branch 'main' into fix/2955-alert-table-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous authored Dec 31, 2024
2 parents a15a6c0 + 5dd4694 commit f4162dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions keep-ui/auth.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export const config = {
// TODO: remove this once we have a proper way to get the tenant id
tenantId = (profile as any).keep_tenant_id || "keep";
role = (profile as any).keep_role;
accessToken = account.access_token;
} else {
accessToken =
user.accessToken || account.access_token || account.id_token;
Expand Down
1 change: 0 additions & 1 deletion keep-ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"sourceMap": true,
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keep"
version = "0.33.6"
version = "0.33.7"
description = "Alerting. for developers, by developers."
authors = ["Keep Alerting LTD"]
packages = [{include = "keep"}]
Expand Down

0 comments on commit f4162dc

Please sign in to comment.