Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Runtime
Commits
46ebb2e8
Commit
46ebb2e8
authored
Aug 11, 2021
by
Krzysztof Nowicki
Committed by
Laurent Montel
Aug 24, 2021
Browse files
Bring EWS resource back online after a successful reauthentication
Signed-off-by:
Krzysztof Nowicki
<
krissn@op.pl
>
parent
04852859
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/ews/ewsresource.cpp
View file @
46ebb2e8
...
...
@@ -1339,6 +1339,10 @@ void EwsResource::setUpAuth()
void
EwsResource
::
authSucceeded
()
{
if
(
mAuthStage
!=
AuthIdle
)
{
setOnline
(
true
);
}
mAuthStage
=
AuthIdle
;
resetUrl
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment