1
0
Fork 0
mirror of synced 2024-07-30 10:36:28 +12:00

Append auth on verification

This commit is contained in:
Adria Navarro 2023-05-16 09:50:23 +02:00
parent 911a072069
commit d6473aab87

View file

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