change state param

This commit is contained in:
Pete Matsyburka
2026-04-27 12:06:12 +03:00
parent a184fa11f1
commit 3fca76a716
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ export default {
'https://www.googleapis.com/auth/userinfo.email',
'https://www.googleapis.com/auth/drive.file'
].join(' '),
state: new URLSearchParams({
oauth_data: new URLSearchParams({
redir: `/templates/${this.templateId}/edit?google_drive_open=1`
}).toString()
}