From: Doug Coleman Date: Sun, 16 Dec 2018 18:34:54 +0000 (-0600) Subject: furnace.auth: Rather have clean builds than loaded docs. X-Git-Tag: 0.99~4012 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=08e5340c9d1012bdbcd1ff56b4f69bf812afc453 furnace.auth: Rather have clean builds than loaded docs. Fixes #2068 Fixes #2077 --- diff --git a/basis/furnace/auth/auth-docs.factor b/basis/furnace/auth/auth-docs.factor index a05dd3c605..c6dbf6e419 100644 --- a/basis/furnace/auth/auth-docs.factor +++ b/basis/furnace/auth/auth-docs.factor @@ -1,14 +1,6 @@ USING: byte-arrays checksums.sha furnace.auth.providers furnace.auth.providers.db help.markup help.syntax http kernel math strings vocabs words.symbol ; -"furnace.auth.basic" require -"furnace.auth.features.deactivate-user" require -"furnace.auth.features.edit-profile" require -"furnace.auth.features.recover-password" require -"furnace.auth.features.registration" require -"furnace.auth.login" require -"furnace.auth.providers.assoc" require -"furnace.auth.providers.null" require IN: furnace.auth HELP: