Hooks

|-/hooks 
    |-/useSetupRegistrationLinks.ts

Get the links of the documents that must be displayed for Term & Privacy Policies

Return const nameTypeDescription

legalDocuments

ContentsDocumentsResponse['data']['documents']

State in redux that stores public documents (does not require authentication) according to a category

goToRegistrationLink

Function

Function to open a corresponding link that receives as a parameter the id of the document that was requested to open

Last updated