We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fe5ad commit 37cd256Copy full SHA for 37cd256
1 file changed
apps/meteor/client/meteor/login/twitter.ts
@@ -1,7 +1,9 @@
1
import type { TwitterOAuthConfiguration } from '@rocket.chat/core-typings';
2
import { Random } from '@rocket.chat/random';
3
import { Meteor } from 'meteor/meteor';
4
+// eslint-disable-next-line import/no-duplicates
5
import { OAuth } from 'meteor/oauth';
6
7
import { Twitter } from 'meteor/twitter-oauth';
8
9
import { createOAuthTotpLoginMethod } from './oauth';
0 commit comments