Skip to content

Commit d9a5ad4

Browse files
Merge pull request #119 from Authing/feat-add-log
Feat add log
2 parents 9c13cc5 + dc6b1ce commit d9a5ad4

File tree

41 files changed

+19793
-399
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+19793
-399
lines changed

β€Žexamples/miniapp-taro/src/pages/index/index.tsxβ€Ž

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import { Authing } from '@authing/miniapp-taro'
1111
import { encryptFunction } from '@authing/miniapp-sm2encrypt'
1212

1313
const authing = new Authing({
14-
appId: '630b549efa97ba795338e2cd',
15-
host: 'http://localhost:3000',
16-
userPoolId: '630b549d5a697473a2d7fa20',
14+
appId: '',
15+
host: '',
16+
userPoolId: '',
1717
encryptFunction
1818
})
1919

@@ -33,7 +33,6 @@ export default class Index extends Component<PropsWithChildren> {
3333
return (
3434
<View className='index'>
3535
<Button onClick={() => this.loginByCode()}>loginByCode</Button>
36-
<Button onClick={() => this.loginByPhone()}>loginByPhone</Button>
3736
<Button openType="getPhoneNumber" onGetPhoneNumber={(e) => this.getPhone(e)}>getPhone</Button>
3837
<Button onClick={() => this.loginByPassword()}>loginByPassword</Button>
3938

β€Žexamples/miniapp-uniapp/src/pages/index/index.vueβ€Ž

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<view>
55
<text class="title">{{title}}</text>
66
<button @click="loginByCode">loginByCode</button>
7-
<button @click="loginByPhone">loginByPhone</button>
87
<button open-type="getPhoneNumber" @getphonenumber="getPhone">getPhone</button>
98
<button @click="loginByPassword">loginByPassword</button>
109

@@ -27,9 +26,9 @@
2726
import { encryptFunction } from '@authing/miniapp-jsencrypt'
2827
2928
const authing = new Authing({
30-
appId: '630b549efa97ba795338e2cd',
31-
host: 'http://localhost:3000',
32-
userPoolId: '630b549d5a697473a2d7fa20',
29+
appId: '',
30+
host: '',
31+
userPoolId: '',
3332
encryptFunction
3433
})
3534

β€Žexamples/miniapp-wx/miniapp/miniprogram_npm/@authing/miniapp-jsencrypt/index.jsβ€Ž

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

β€Žexamples/miniapp-wx/miniapp/miniprogram_npm/@authing/miniapp-sm2encrypt/index.jsβ€Ž

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

β€Žexamples/miniapp-wx/miniapp/miniprogram_npm/@authing/miniapp-wx/index.jsβ€Ž

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

β€Žexamples/miniapp-wx/miniapp/miniprogram_npm/@authing/miniapp-wx/index.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žexamples/miniapp-wx/miniapp/miniprogram_npm/@authing/web/index.jsβ€Ž

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

0 commit comments

Comments
Β (0)