mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
Update Angular (#2952)
* fix Tor logs actually fetching od logs * chore: update to Angular 18 * chore: update to Angular 19 * bump patchDB * chore: update Angular * chore: fix setup-wizard success page * chore: fix * chore: fix * chore: fix * chore: fix --------- Co-authored-by: Matt Hill <mattnine@protonmail.com> Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as argon2 from '@start9labs/argon2'
|
||||
import { verify } from '@start9labs/argon2'
|
||||
import {
|
||||
EMPTY,
|
||||
filter,
|
||||
@@ -17,7 +17,7 @@ export function verifyPassword(
|
||||
filter(Boolean),
|
||||
switchMap(password => {
|
||||
try {
|
||||
argon2.verify(passwordHash || '', password)
|
||||
verify(passwordHash || '', password)
|
||||
|
||||
return of(password)
|
||||
} catch (e: any) {
|
||||
|
||||
Reference in New Issue
Block a user