Skip to content

Commit 5d37336

Browse files
committed
update
1 parent cf38334 commit 5d37336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/service/backend-api/post/post-api.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class PostApiService {
7272
this.userService.update('ai_key', res.ai_key);
7373
},
7474
error: err => {
75-
if (forceBackup) this.toastService.show(`Failed to save data. ${err}`, 'error', 5000);
75+
if (forceBackup) this.toastService.show('Failed to save data. Please try again.', 'error', 5000);
7676
console.error('Error posting user data', err);
7777
}
7878
});

0 commit comments

Comments
 (0)