Open apoorvdixit88 opened 3 days ago
Use tenant_id type for better type safety
Closes #6642
It refactoring PR, its compiling and checks are passing Tested flows like signup/signin with tenancy featue flag enabled and disabled in local
cargo +nightly fmt --all
cargo clippy
Review changes with
Type of Change
Description
Use tenant_id type for better type safety
Additional Changes
Motivation and Context
Closes #6642
How did you test it?
It refactoring PR, its compiling and checks are passing Tested flows like signup/signin with tenancy featue flag enabled and disabled in local
Checklist
cargo +nightly fmt --all
cargo clippy