Merge branch 'INDA-330-pii-update' into 'main'
[ProtonMail-WebClient.git] / packages / account / samlSSO / hooks.ts
blobf52d51676be85b421d74d40ac9651a56ea1adf65
1 import { createHooks } from '@proton/redux-utilities';
3 import { samlSSOThunk, selectSamlSSO } from './index';
5 const hooks = createHooks(samlSSOThunk, selectSamlSSO);
7 export const useSamlSSO = hooks.useValue;
8 export const useGetSamlSSO = hooks.useGet;