Skip to content

Commit 674bf3f

Browse files
doc: udpate quick start about Native JavaScript
1 parent 0225b87 commit 674bf3f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/guide/quick-start.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@ import { Guard } from '@authing/guard'
167167
const guard = new Guard({
168168
appId: 'AUTHING_APP_ID'
169169
})
170-
171-
guard.start('#authing-guard-container').then(userInfo => {
172-
console.log('userInfo in start: ', userInfo)
173-
})
174170
```
175171
:::
176172
::::

0 commit comments

Comments
 (0)