Skip to content

Commit

Permalink
Merge pull request #78 from zendesk/ajoly/missing_support_init_in_ab_app
Browse files Browse the repository at this point in the history
updating ab app
  • Loading branch information
Z3nAjo authored Feb 27, 2023
2 parents 9f000ca + c1fb8c3 commit 69ca4b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Set an identity (authentication).

// b). JWT (Must be initialized with your JWT identifier)
// Zendesk.INSTANCE.setIdentity(new JwtIdentity("{JWT User Identifier}"));
Support.INSTANCE.init(Zendesk.INSTANCE);
AnswerBot.INSTANCE.init(Zendesk.INSTANCE, Guide.INSTANCE);
}

Expand Down

0 comments on commit 69ca4b5

Please sign in to comment.