Skip to content

Commit

Permalink
docs: remove experimental warnings (#3406)
Browse files Browse the repository at this point in the history
See #3388
  • Loading branch information
aeneasr authored Aug 1, 2023
1 parent 013f335 commit d4d26e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions selfservice/flow/login/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -641,12 +641,6 @@ type updateLoginFlowBody struct{}
//
// # Submit a Login Flow
//
// :::info
//
// This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future.
//
// :::
//
// Use this endpoint to complete a login flow. This endpoint
// behaves differently for API and browser flows.
//
Expand Down
6 changes: 0 additions & 6 deletions selfservice/flow/registration/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ type createBrowserRegistrationFlow struct {
// This endpoint initializes a browser-based user registration flow. This endpoint will set the appropriate
// cookies and anti-CSRF measures required for browser-based flows.
//
// :::info
//
// This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future.
//
// :::
//
// If this endpoint is opened as a link in the browser, it will be redirected to
// `selfservice.flows.registration.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session
// exists already, the browser will be redirected to `urls.default_redirect_url`.
Expand Down

0 comments on commit d4d26e6

Please sign in to comment.