0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-24 22:41:28 -05:00

docs: correct react sdk turorial content (#1597)

This commit is contained in:
3lang 2022-07-19 16:26:28 +08:00 committed by Gao Sun
parent ff01f8b80d
commit b89d229504
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ Import and use `LogtoProvider` to provide a Logto context:
const config: LogtoConfig = {
endpoint: '${props.endpoint}',
clientId: '${props.appId}',
appId: '${props.appId}',
};
const App = () => (

View file

@ -52,7 +52,7 @@ Import 并使用 `LogtoProvider` 来提供 Logto context:
const config: LogtoConfig = {
endpoint: '${props.endpoint}',
clientId: '${props.appId}',
appId: '${props.appId}',
};
const App = () => (