mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-02 13:03:15 +00:00
[RELEASE] v3.1.8-beta (#187)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "palmr-docs",
|
"name": "palmr-docs",
|
||||||
"version": "3.1.7-beta",
|
"version": "3.1.8-beta",
|
||||||
"description": "Docs for Palmr",
|
"description": "Docs for Palmr",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",
|
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "palmr-api",
|
"name": "palmr-api",
|
||||||
"version": "3.1.7-beta",
|
"version": "3.1.8-beta",
|
||||||
"description": "API for Palmr",
|
"description": "API for Palmr",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",
|
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "palmr-web",
|
"name": "palmr-web",
|
||||||
"version": "3.1.7-beta",
|
"version": "3.1.8-beta",
|
||||||
"description": "Frontend for Palmr",
|
"description": "Frontend for Palmr",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",
|
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",
|
||||||
|
|||||||
@@ -10,7 +10,15 @@ interface RedirectHandlerProps {
|
|||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
const publicPaths = ["/login", "/forgot-password", "/reset-password", "/auth/callback", "/auth/oidc/callback"];
|
const publicPaths = [
|
||||||
|
"/login",
|
||||||
|
"/forgot-password",
|
||||||
|
"/reset-password",
|
||||||
|
"/auth/callback",
|
||||||
|
"/auth/oidc/callback",
|
||||||
|
"/s/",
|
||||||
|
"/r/",
|
||||||
|
];
|
||||||
const homePaths = ["/"];
|
const homePaths = ["/"];
|
||||||
|
|
||||||
export function RedirectHandler({ children }: RedirectHandlerProps) {
|
export function RedirectHandler({ children }: RedirectHandlerProps) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "palmr-monorepo",
|
"name": "palmr-monorepo",
|
||||||
"version": "3.1.7-beta",
|
"version": "3.1.8-beta",
|
||||||
"description": "Palmr monorepo with Husky configuration",
|
"description": "Palmr monorepo with Husky configuration",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.6.0",
|
"packageManager": "pnpm@10.6.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user