Skip to content

Commit

Permalink
Ya Token Hide
Browse files Browse the repository at this point in the history
Токены уже не активны и метод не работает, но чтобы гитхаб не ругался лучше их спрятать.
  • Loading branch information
umnik1 committed Nov 10, 2023
1 parent d74522e commit cd8d2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/UserService.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export declare class UserService {
*/
getToken(formData: {
grant_type: 'password';
client_id: '23cabbbdc6cd418abb4b39c32c41195d';
client_secret: '53bc75238f0c4d08a118e51fe9203300';
client_id: '#########################';
client_secret: '#########################';
username: string;
password: string;
}): CancelablePromise<{
Expand Down

0 comments on commit cd8d2b9

Please sign in to comment.