Skip to content

Commit 3924b03

Browse files
author
dfounderliu
committed
fix auth
1 parent 200e5bd commit 3924b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-tencent-scf",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Tencent Cloud Functions.",
55
"main": "index.js",
66
"author": "Tencent Cloud, Inc.",

provider/tencentProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class TencentProvider {
7272
"You don't have real name authentication yet. You can open the url or scan QR code for real name authentication."
7373
)
7474
console.log('Real name authentication url: ')
75-
console.log(verifyUrl)
75+
console.log('https://console.cloud.tencent.com/developer/auth')
7676
console.log('Real name authentication QR code: ')
7777
QRCode.toString(verifyUrl, { type: 'terminal' }, function(err, url) {
7878
console.log(url)

0 commit comments

Comments
 (0)