Skip to content

Commit

Permalink
chore: touch everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Oct 17, 2024
1 parent c5293a8 commit 203da99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/providers/documentation/auth0-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ workflow:
##Usefull Links
-[Auth0 API Documentation](https://auth0.com/docs/api)
-[Auth0 as an authentication method for keep](https://docs.keephq.dev/deployment/authentication/auth0-auth)

2 changes: 1 addition & 1 deletion keep-ui/utils/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { toast } from "react-toastify";
import { getApiURL } from "./apiUrl";
import { Provider } from "../app/providers/providers";
import { Provider } from "@/app/providers/providers";
import moment from "moment";
import { twMerge } from "tailwind-merge";
import { clsx, type ClassValue } from "clsx";
Expand Down
1 change: 1 addition & 0 deletions keep/api/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,4 @@ def setup_logging():
logging.config.dictConfig(CONFIG)
uvicorn_error_logger = logging.getLogger("uvicorn.error")
uvicorn_error_logger.__class__ = CustomizedUvicornLogger

0 comments on commit 203da99

Please sign in to comment.