Rahul R.
Rahul R.
> @ckhandla94 When we create new employee we getting below error. > > ``` > { > "response": "Maximum call stack size exceeded", > "message": "Maximum call stack size exceeded",...
So what else needs to improve on github integration page. - [x] Hide selectors in the site header for Projects and Teams. - [x] To the left of the button...
Needs to improve on github integration page.  - [ ] Paging should be "Fixed" and not scroll, ALWAYS. - [ ] Can you try to make sure there...
OK, so I think what we need to do is this: - [x] when user click "Auto-Sync" button, we need to create record in DB and return to UI right...
CC: @adkif
**### Asked by** @rahul-rocket 1. How do we login to multiple workspaces at the same time? 2. How do we store multiple tokens in a local store? 3. How to...
# Multiple Authentication Flow We think we can improve login page (now pages as you have 2 :smile: ) to include passwordless auth.  So this is for passwordless and...
For "Password Less Authentication" we need to show another page for enter manual code. 
@Gramosx So for this feature, We will have to add above columns into `BaseEntity` file. See below example. ``` export abstract class BaseEntity extends Model implements IBaseEntityModel { @ApiPropertyOptional({ type:...
@Gramosx Just for reference `https://wanago.io/2021/10/25/api-nestjs-soft-deletes-postgresql-typeorm/`