webapp: Defaults to sharing box.com account info with friends, allowing one-click enabling of the repository.
This commit is contained in:
parent
6991f47e9e
commit
8dd1d9aaf9
6 changed files with 42 additions and 24 deletions
|
@ -221,7 +221,7 @@ glacierParams c params = datacenter:params
|
|||
(fromJust $ M.lookup "datacenter" c)
|
||||
|
||||
glacierEnv :: RemoteConfig -> UUID -> Annex (Maybe [(String, String)])
|
||||
glacierEnv c u = go =<< getRemoteCredPair "glacier" c creds
|
||||
glacierEnv c u = go =<< getRemoteCredPairFor "glacier" c creds
|
||||
where
|
||||
go Nothing = return Nothing
|
||||
go (Just (user, pass)) = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue