feature: Changes backend creation to use checks, and to automatically enable.

This commit is contained in:
greysoh 2024-04-27 16:12:59 -04:00
parent f7f2fc7826
commit 5bfbf5cb05
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
5 changed files with 105 additions and 45 deletions

View file

@ -20,7 +20,7 @@ export function route(routeOptions: RouteOptions) {
required: ["email", "password"],
properties: {
email: { type: "string" },
email: { type: "string" },
password: { type: "string" }
}
}