You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Confluence URL is required. Please set confluence.url option.",
164
164
);
165
165
}
166
-
if(!this._personalAccessTokenOption.value){
166
+
if(
167
+
!this._personalAccessTokenOption.value&&
168
+
!this._authenticationOption.value
169
+
){
167
170
thrownewError(
168
-
"Confluence personal access token is required. Please set confluence.personalAccessToken option.",
171
+
"Confluence personal access token or authentication option is required. Please set confluence.personalAccessToken option or confluence.authentication option.",
0 commit comments