diff --git a/web/src/features/oauth2/components/action-dialog.tsx b/web/src/features/oauth2/components/action-dialog.tsx index de31563..06a2bd4 100644 --- a/web/src/features/oauth2/components/action-dialog.tsx +++ b/web/src/features/oauth2/components/action-dialog.tsx @@ -270,6 +270,38 @@ export function ActionDialog({ currentRow, open, onOpenChange }: Props) { Click save when you're done. +
+ + Quick presets: + + + + +
- The URL where users will be redirected after authorization. Must match the URL registered with the OAuth provider. + The redirect URL after authorization. It must match the one registered with the OAuth provider. + Use the format http://[host]:[port]/oauth2/callback (or https://), + where [host] and [port] match your RustMailer deployment. + The path /oauth2/callback is fixed.