mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:32:57 +03:00
[PR #314] [CLOSED] feat: ability to show/hide alternative signin button #879
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/pocket-id/pocket-id/pull/314
Author: @kmendell
Created: 3/11/2025
Status: ❌ Closed
Base:
main← Head:feat/hide-alt-login-link📝 Commits (1)
6485efafeat: ability to show/hide alternative signin button📊 Changes
7 files changed (+26 additions, -9 deletions)
View changed files
📝
backend/internal/dto/app_config_dto.go(+1 -0)📝
backend/internal/model/app_config.go(+5 -4)📝
backend/internal/service/app_config_service.go(+6 -0)📝
frontend/package-lock.json(+2 -2)📝
frontend/src/lib/types/application-configuration.ts(+1 -0)📝
frontend/src/routes/login/+page.svelte(+1 -1)📝
frontend/src/routes/settings/admin/application-configuration/forms/app-config-general-form.svelte(+10 -2)📄 Description
Fixes: https://github.com/pocket-id/pocket-id/issues/311
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.