File tree 2 files changed +2
-2
lines changed
custom_components/reflex_local_auth
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def redir(self) -> rx.event.EventSpec | None:
53
53
return LoginState .redir () # type: ignore
54
54
page = self .router .page .path
55
55
if not self .is_authenticated and page != routes .LOGIN_ROUTE :
56
- self .redirect_to = page
56
+ self .redirect_to = self . router . page . raw_path
57
57
return rx .redirect (routes .LOGIN_ROUTE )
58
58
elif page == routes .LOGIN_ROUTE :
59
59
return rx .redirect (self .redirect_to or "/" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
name = " reflex-local-auth"
10
- version = " 0.1.0 "
10
+ version = " 0.1.1 "
11
11
description = " Local DB user authentication for Reflex apps"
12
12
readme = " README.md"
13
13
license = { text = " Apache-2.0" }
You can’t perform that action at this time.
0 commit comments