Skip to content

Commit

Permalink
fix auth
Browse files Browse the repository at this point in the history
  • Loading branch information
dfounderliu committed Jan 13, 2020
1 parent 200e5bd commit 3924b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-tencent-scf",
"version": "0.1.24",
"version": "0.1.25",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Tencent Cloud Functions.",
"main": "index.js",
"author": "Tencent Cloud, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion provider/tencentProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class TencentProvider {
"You don't have real name authentication yet. You can open the url or scan QR code for real name authentication."
)
console.log('Real name authentication url: ')
console.log(verifyUrl)
console.log('https://console.cloud.tencent.com/developer/auth')
console.log('Real name authentication QR code: ')
QRCode.toString(verifyUrl, { type: 'terminal' }, function(err, url) {
console.log(url)
Expand Down

0 comments on commit 3924b03

Please sign in to comment.