Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eafec0a

Browse files
author
csg01123119
committed
feat: add authorization code display
1 parent 2eeb972 commit eafec0a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎app/main/files/modals/grant-modal.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ angular.module('web').controller('grantModalCtrl', [
114114
}
115115
}
116116
);
117+
genUserName();
117118
}
118119

119120
function openCodeWindow(info) {

‎docs/authToken.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ opt = JSON.stringify(opt);
5656
Buffer.from(opt).toString("base64");
5757
```
5858

59-
具体可以参考代码: [app/main/files/modals/grant-token-modal.js](app/main/files/modals/grant-token-modal.js)
59+
具体可以参考代码: [app/main/files/modals/grant-token-modal.js](../app/main/files/modals/grant-token-modal.js)
6060

6161
## 2. 子账号 AK 编码
6262

‎docs/en-authToken.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ opt = JSON.stringify(opt);
5353
Buffer.from(opt).toString("base64");
5454
```
5555

56-
For details, see the following code: [app/main/files/modals/grant-token-modal.js](app/main/files/modals/grant-token-modal.js).
56+
For details, see the following code: [app/main/files/modals/grant-token-modal.js](../app/main/files/modals/grant-token-modal.js).
5757

5858
## 2. Sub user AK encoding
5959

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /