Skip to content

Commit

Permalink
Temp disable faro user
Browse files Browse the repository at this point in the history
  • Loading branch information
mpinter committed Apr 3, 2023
1 parent 7e73c50 commit 190a2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/utils/useAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ export const AccountProvider = ({ children }: { children: ReactNode }) => {

// map tier to status, TODO think about dropping global status and using only tier
useEffect(() => {
faro.api.setUser(userData)
// faro.api.setUser(userData)
// TODO these serve to guide users through multiple steps and should be dismissed only by them - don't update status automatically when here
const tempStatuses = [
AccountStatus.NewPasswordSuccess,
Expand Down

0 comments on commit 190a2ed

Please sign in to comment.