Append auth on verification

This commit is contained in:
Adria Navarro 2023-05-16 09:50:23 +02:00
parent 911a072069
commit d6473aab87
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import {
DatasourcePlus,
} from "@budibase/types"
import sdk from "../../sdk"
import _ from "lodash"
function getErrorTables(errors: any, errorType: string) {
return Object.entries(errors)