Skip to content

Commit 0649910

Browse files
test: run example for version 5.1.10
1 parent b0758e6 commit 0649910

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

examples/guard-react/normal/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/guard-react/normal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack-merge": "^4.2.1"
2525
},
2626
"dependencies": {
27-
"@authing/guard-react": "^5.1.9-alpha.2",
27+
"@authing/guard-react": "^5.1.10",
2828
"face-api.js": "^0.22.2",
2929
"react": "^16.13.1",
3030
"react-dom": "^16.13.1",

examples/guard-react/normal/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function App() {
1616
appId="AUTHING_APP_ID"
1717

1818
// 如果你使用的是私有化部署的 Authing 服务,需要传入自定义 host,如:
19-
host="https://example.authing.cn"
19+
// host="https://example.authing.cn"
2020

2121
// 默认情况下,会使用你在 Authing 控制台中配置的第一个回调地址为此次认证使用的回调地址。
2222
// 如果你配置了多个回调地址,也可以手动指定(此地址也需要加入到应用的「登录回调 URL」中):

0 commit comments

Comments
 (0)