mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 14:57:07 +08:00

The authentication link should be prepended with a logoff link from mycloud, if it is requested. In order to make this process testable this commit separates the generation of the authentication link, based on whether it requests for a browser logoff first, into its own function. This commit also adds tests for this function. CURA-7427