register-js
const { user, token, error } = await kontenbase.auth.register({ firstName: 'Ega', lastName: 'Radiegtya', email: '[email protected]', password: 'password', })
const { user, token, error } = await kontenbase.auth.register({ firstName: 'Ega', lastName: 'Radiegtya', email: '[email protected]', password: 'password', })