Skip to content

IAV-961/Refactor: Unify user ID retrieval via getSecureItem in axios interceptor

salaheddine zidani a demandé de fusionner feature/IAV-961 vers develop

Replaces the chained localStorage.getItem fallbacks (userUid, user_uuid, userId, user_id) with a single getSecureItem('userUid') call in the axios interceptor.

Closes IAV-961

Rapports de requête de fusion