Skip to content

Commit

Permalink
desp attempt at sign in process at prod
Browse files Browse the repository at this point in the history
  • Loading branch information
subru-37 committed Jan 12, 2025
1 parent 373fdde commit f885e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web-admin/src/components/ProtectedRoute.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const ProtectedRoute = ({ children }) => {
let myResponse = await get('/core/users/mycreds');
// //console.log(myResponse.data.data);
if (myResponse && myResponse.status === 200) {
console.log('Hello world');
setAllAccounts(
myResponse.data.data.map((value) => ({
role: value.role,
Expand Down

0 comments on commit f885e4f

Please sign in to comment.