Muzzaiyyan Hussain
Muzzaiyyan Hussain
### Summary Introduced a new `getProjectByName` service method in `projectServiceFactory` to retrieve a project by its name. ### Motivation Currently, projects can only be retrieved using their ID or slug....
## Summary This PR fixes an issue where `lastLoginMethod` was not being updated when a user signs in using SIWE (Sign-In With Ethereum). Other authentication providers correctly update this field,...
### Description On Android devices (tested on Reno 6 Pro), the footer layout collapses and text overlaps under the "Help & Support" and "Learn" sections. ### Steps to Reproduce 1....
I'm trying to run yarn build but it is showing the above error 129 having node version of v23.11.0, i tried changing the yarn version to classic but didn't worked,...
Fixes lost query params in redirect URLs. AsRedirectURL now preserves user query params when adding access token data, ensuring redirects like ?redirect=dashboard are no longer dropped.