This commit is contained in:
Manav Rathi 2024-05-23 20:19:20 +05:30
parent 9bae31d748
commit 369a5a5233
No known key found for this signature in database

View file

@ -93,7 +93,6 @@ const _getType = (uriPath: string): Code["type"] => {
throw new Error(`Unsupported format with host ${oauthType}`);
};
const _getAccount = (uriPath: string): string => {
try {
const path = decodeURIComponent(uriPath);