diff options
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h index d581c07..7985175 100644 --- a/src/global.h +++ b/src/global.h @@ -56,6 +56,8 @@ public: static bool isValidShibCreds(const QString &ustr, const QString &upass); + static QString getCombinedIdpWhitelist(); + private: static bool m_testMode; static QLightDM::Greeter *m_Greeter; |