Skip to content

Commit 798d6a2

Browse files
committed
Remove 'impersonation coming soon' error message
1 parent e09095d commit 798d6a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/create-client.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ export class Client {
213213
An authorization_code was supplied for a login which did not originate at the application. This could happen for various reasons:
214214
215215
* This could have been an attempted Login CSRF attack. You were not affected.
216-
* The developer may not have configured a Login Initiation endpoint.
217-
* Was this an Impersonation attempt? Impersonation support is coming soon.`);
216+
* The developer may not have configured a Login Initiation endpoint.`);
218217
}
219218
}
220219

0 commit comments

Comments
 (0)