Skip to content

Change alert to confirm for inactivity warning#1950

Merged
pamapa merged 1 commit intoauthts:mainfrom
stefanseeger:patch-1
Mar 16, 2026
Merged

Change alert to confirm for inactivity warning#1950
pamapa merged 1 commit intoauthts:mainfrom
stefanseeger:patch-1

Conversation

@stefanseeger
Copy link
Contributor

alert is returning void and therefore should not be used inside an if statement
Instead the confirm is returning a boolean depending on the button clicked by the user.

Alert screenshot

image

Confirm screenshot

image

Result

image

Checklist

  • This PR makes changes to the public API
  • I have included links for closing relevant issue numbers

alert is returning void.
confirm is returning a boolean according to the user button click
@pamapa pamapa added the documentation Improvements or additions to documentation label Mar 16, 2026
@pamapa pamapa added this to the 3.3.2 milestone Mar 16, 2026
@pamapa pamapa merged commit fcaf8de into authts:main Mar 16, 2026
2 checks passed
@pamapa
Copy link
Member

pamapa commented Mar 16, 2026

thanks for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants