Skip to content

Commit

Permalink
Merge pull request #33206 from appsmithorg/chore/cherry-picking-airta…
Browse files Browse the repository at this point in the history
…ble-fix
  • Loading branch information
nidhi-nair authored May 6, 2024
2 parents 214fdb1 + a054e8c commit 4785670
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.appsmith.external.models;

import com.appsmith.external.constants.Authentication;
import com.appsmith.external.views.FromRequest;
import com.appsmith.external.views.Views;
import com.fasterxml.jackson.annotation.JsonSubTypes;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
Expand Down Expand Up @@ -40,7 +41,7 @@ public enum AuthenticationStatus {
IN_PROGRESS_PERMISSIONS_GRANTED
};

@JsonView(Views.Public.class)
@JsonView({Views.Public.class, FromRequest.class})
String authenticationType;

@JsonView(Views.Public.class)
Expand Down

0 comments on commit 4785670

Please sign in to comment.