Skip to content

Commit

Permalink
add ms
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb8005 authored Dec 1, 2022
1 parent 724326b commit 3493ef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import Google from "./google";
import Gitlab from "./gitlab";
import Github from "./github";
import SwissId from './swissid';
import Microsoft from './microsoft';
import Zoho from "./zoho";
import * as Utils from "./utils";

export { Abstract, Google, Github, Gitlab, SwissId, Zoho, Utils };
export { Abstract, Google, Github, Gitlab, SwissId, Microsoft, Zoho, Utils };

0 comments on commit 3493ef2

Please sign in to comment.