1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

handle server errors for attachment save

This commit is contained in:
Kyle Spearrin
2017-11-15 22:36:20 -05:00
parent d9f6607073
commit a166dc65b1
4 changed files with 30 additions and 28 deletions

View File

@@ -156,7 +156,6 @@ export default class PasswordGenerationService {
});
}
// TODO: remove in favor of static
generatePassword(options: any) {
return PasswordGenerationService.generatePassword(options);
}