diff --git a/Components/Home.js b/Components/Home.js index f9765f3959e1472faebe3891351702b941443460..f0a13614554cdba4a4d00284872d1463cfa8b399 100644 --- a/Components/Home.js +++ b/Components/Home.js @@ -6,7 +6,7 @@ import GitHubSearch from './GitHubSearch'; const httpLink = createHttpLink({ uri: 'https://api.github.com/graphql', headers: { - Authorization: 'Bearer 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', // Remplace avec ton propre token GitHub + Authorization: 'Bearer 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', // Remplace avec ton propre token GitHub }, }); @@ -61,4 +61,4 @@ const styles = StyleSheet.create({ fontWeight: 'bold', color: '#a29bfe', }, -}); \ No newline at end of file +});