run prettier
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export { createOktaProvider } from './provider';
|
||||
export { createOktaProvider } from './provider';
|
||||
|
||||
+1
-3
@@ -14,9 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
declare module 'passport-okta-oauth' {
|
||||
|
||||
export class Strategy {
|
||||
constructor(options: any, verify: any)
|
||||
constructor(options: any, verify: any);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user