Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix CODEASSIST] updated api/v1/auth/app-initalization-details response #222

Conversation

UditThakkar
Copy link
Contributor

Updated the api response to send "is_codeassist_enabled": true in app_data
Tested Locally

{
    "success": true,
    "response": {
        "app_data": {
            "user_logged_in": {
                "id": 1,
                "name": "Default Super Admin",
                "email": "admin@zelthy.com",
                "apps": [],
                "is_superadmin": true,
                "is_active": true,
                "last_login": null,
                "created_at": "2024-05-10T06:36:32.314444Z"
            },
            "is_codeassist_enabled": true
        }
    }
}

Link to the issue: #189

@UditThakkar UditThakkar changed the title updated api/v1/auth/app-initalization-details response [Fix CODEASSIST] updated api/v1/auth/app-initalization-details response May 17, 2024
@shahharsh176
Copy link
Contributor

@UditThakkar We have recently released version 0.2.0 with new framework name. Can you please create a new PR for this change?

@UditThakkar
Copy link
Contributor Author

@UditThakkar We have recently released version 0.2.0 with new framework name. Can you please create a new PR for this change?

Sure, I will create a new PR for this.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants