Skip to content

Commit 719393d

Browse files
committed
add input of recaptcha token
1 parent 0e438ba commit 719393d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/process-system-info.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export interface ProcessSystemInfo {
2626
* @memberof ProcessSystemInfo
2727
*/
2828
license?: string;
29+
recaptcha_token?: string;
2930
}
3031

3132

0 commit comments

Comments
 (0)