mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 01:20:03 +00:00
[Cleanup] Remove unnecessary null check on auth (2/2) (#3661)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -163,11 +163,6 @@ export const useFirebaseAuthStore = defineStore('firebaseAuth', () => {
|
||||
createCustomer?: boolean
|
||||
} = {}
|
||||
): Promise<T> => {
|
||||
if (!auth)
|
||||
throw new FirebaseAuthStoreError(
|
||||
t('toastMessages.firebaseAuthNotInitialized')
|
||||
)
|
||||
|
||||
loading.value = true
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user