♻️ Rename ambgious hooks

Two different hooks and one store property shared the same name. This commit resolves the ambiguity and makes all names unique
This commit is contained in:
Philipp Stracker 2025-01-02 17:43:02 +01:00
parent 565ee96bb6
commit 084327c635
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -97,7 +97,7 @@ export const useProduction = () => {
return { productionOnboardingUrl };
};
export const useManualConnection = () => {
export const useAuthentication = () => {
const {
isManualConnectionMode,
setManualConnectionMode,