mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
Merge branch 'feat/migration-to-leveldb' into feature/torbox-integration
# Conflicts: # src/locales/en/translation.json # src/locales/pt-BR/translation.json # src/main/entity/user-preferences.entity.ts # src/main/events/auth/sign-out.ts # src/main/knex-client.ts # src/main/main.ts # src/main/services/download/download-manager.ts # src/main/services/process-watcher.ts # src/renderer/src/pages/downloads/download-group.tsx # src/types/index.ts # src/types/torbox.types.ts
This commit is contained in:
@@ -43,3 +43,9 @@ export enum Cracker {
|
||||
rle = "RLE",
|
||||
razor1911 = "RAZOR1911",
|
||||
}
|
||||
|
||||
export enum AuthPage {
|
||||
SignIn = "/",
|
||||
UpdateEmail = "/update-email",
|
||||
UpdatePassword = "/update-password",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user