-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support redirection to a specific page #585
Merged
davidebriani
merged 1 commit into
edgehog-device-manager:release-0.9
from
Emina-M:add-redirect-after-auth
Sep 9, 2024
Merged
Support redirection to a specific page #585
davidebriani
merged 1 commit into
edgehog-device-manager:release-0.9
from
Emina-M:add-redirect-after-auth
Sep 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Emina-M
force-pushed
the
add-redirect-after-auth
branch
2 times, most recently
from
August 14, 2024 14:14
f4a6d8e
to
a0288c7
Compare
Pavinati
requested changes
Aug 14, 2024
Emina-M
force-pushed
the
add-redirect-after-auth
branch
2 times, most recently
from
August 14, 2024 14:29
6677d0e
to
9f63c8f
Compare
Pavinati
requested changes
Aug 14, 2024
Emina-M
force-pushed
the
add-redirect-after-auth
branch
from
August 15, 2024 07:35
9f63c8f
to
6939185
Compare
Pavinati
approved these changes
Aug 19, 2024
Emina-M
force-pushed
the
add-redirect-after-auth
branch
from
August 19, 2024 11:44
6939185
to
7d1dd3c
Compare
Pull Request Test Coverage Report for Build 10740598494Details
💛 - Coveralls |
davidebriani
requested changes
Aug 21, 2024
Emina-M
force-pushed
the
add-redirect-after-auth
branch
from
September 6, 2024 10:19
7d1dd3c
to
c4eba21
Compare
Support redirection to a specific page after successful authentication. For example, if the user requested `Update Campaigns` page in the url, instead of going to `Devices` page after authentication, go to `Update Campaigns`. Signed-off-by: Emina Muminovic <emina.muminovic@secomind.com>
Emina-M
force-pushed
the
add-redirect-after-auth
branch
from
September 6, 2024 14:57
c4eba21
to
ed2cf98
Compare
Pavinati
approved these changes
Sep 9, 2024
davidebriani
approved these changes
Sep 9, 2024
davidebriani
merged commit Sep 9, 2024
54ed92e
into
edgehog-device-manager:release-0.9
6 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support redirection to a specific page after successful authentication. For example, if the user requested
Update Campaigns
page in the url, instead of going toDevices
page after authentication, go toUpdate Campaigns
.