diff options
author | Allemand Sylvain <salleman@faddef.math.u-bordeaux1.fr> | 2018-04-09 16:49:07 +0200 |
---|---|---|
committer | Allemand Sylvain <salleman@faddef.math.u-bordeaux1.fr> | 2018-04-09 16:49:07 +0200 |
commit | 1c8a00943cff236ca40b2662189102a7851d3b56 (patch) | |
tree | 9cd99741f83ab604c6c0bf60309be49646e24b4d /.meteor | |
parent | c115046a7c86b30ab5deb8762d3ef7a5ea3f4f90 (diff) | |
download | wekan-1c8a00943cff236ca40b2662189102a7851d3b56.tar.gz wekan-1c8a00943cff236ca40b2662189102a7851d3b56.tar.bz2 wekan-1c8a00943cff236ca40b2662189102a7851d3b56.zip |
authentification oauth2
Diffstat (limited to '.meteor')
-rw-r--r-- | .meteor/packages | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.meteor/packages b/.meteor/packages index c1b8ab88..1b64a0a8 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -31,6 +31,7 @@ kenton:accounts-sandstorm service-configuration@1.0.11 useraccounts:unstyled useraccounts:flow-routing +salleman:accounts-oidc # Utilities check@1.2.5 |