- Created Unsubscribe.vue with matching site styling
- Added showUnsubscribe method to SubscriptionController
- Updated routes: GET /unsubscribe/{token} shows confirmation page
- POST /api/unsubscribe/{token} processes unsubscribe
- Updated email template to use new unsubscribe route
- Prevents accidental unsubscribes with confirmation dialog
|
||
|---|---|---|
| .. | ||
| Admin | ||
| Auth | ||
| Profile | ||
| Dashboard.vue | ||
| Home.vue | ||
| Unsubscribe.vue | ||
| Welcome.vue | ||