mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #10319] [CLOSED] feat: Add redirect capability #61350
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/10319
Author: @iamobservable
Created: 2/19/2025
Status: ❌ Closed
Base:
dev← Head:feature/frontend-authentication-redirection📝 Commits (4)
e4c9734Merge pull request #10038 from open-webui/devc513308Merge pull request #10236 from open-webui/dev3f3a5bbMerge pull request #10238 from open-webui/devae90f44Add redirect capability📊 Changes
1 file changed (+9 additions, -1 deletions)
View changed files
📝
src/routes/auth/+page.svelte(+9 -1)📄 Description
Target branch:
dev noted
Description:
This feature allows the authentication process to redirect to a route passed in the querystring. The querystring parameter "redirect" is used. This allows the /auth route a means of bringing the user to an expected route instead of the main page (root) when desired.
Changelog:
Unsure what this should look like?
Documentation:
Self documented function has been added.
Dependencies:
None
Testing
Was unsure of any tests for the frontend. Maybe I missed them?
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.