From 745683f2a8af22ac4d23495741528d72378190a4 Mon Sep 17 00:00:00 2001 From: Yasio Date: Sun, 4 Oct 2020 14:34:21 +0200 Subject: [PATCH] Fix: passing auth into codegen (#1226) --- pages/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/index.vue b/pages/index.vue index 6c1b455d4..a0afc74a8 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1791,6 +1791,7 @@ export default { }, requestCode() { return generateCodeWithGenerator(this.requestType, { + auth: this.auth, method: this.method, url: this.url, pathName: this.pathName,