Skip to content

Commit

Permalink
Bring back native auth login
Browse files Browse the repository at this point in the history
  • Loading branch information
arhtudormorar committed Mar 14, 2024
1 parent 048cafc commit 2ed31bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Unlock/Unlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Unlock = () => {
const navigate = useNavigate();
const commonProps: CommonPropsType = {
callbackRoute: RouteNamesEnum.dashboard,
// nativeAuth,
nativeAuth,
onLoginRedirect: () => {
navigate(RouteNamesEnum.dashboard);
}
Expand Down

0 comments on commit 2ed31bd

Please sign in to comment.