feat(auth): add WebAuthn passkey support with migrations, routes, and tests
This commit is contained in:
@@ -121,7 +121,6 @@ impl JobHandler for ProvisionTenantJob {
|
||||
id: Uuid::new_v4(),
|
||||
user_id: member,
|
||||
tenant_id: tenant.id,
|
||||
role: "admin".to_string(),
|
||||
};
|
||||
|
||||
if let Err(err) = diesel::insert_into(user_memberships::table)
|
||||
|
||||
Reference in New Issue
Block a user