Enhance OAuth flow by updating redirect handling in OAuthController and improving login process in OAuthCallback. Adjust Profile view to notify users upon successful Google account linking. Update mobile app to reflect changes in OAuth identity management with updated data types. This improves user experience and feedback during the OAuth process.
This commit is contained in:
@@ -47,7 +47,7 @@ data class OAuthIdentitiesResponse(
|
||||
data class OAuthIdentityDto(
|
||||
val provider: String,
|
||||
val identity: String? = null,
|
||||
val id: String? = null,
|
||||
val id: Int? = null,
|
||||
)
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user