]> gitweb.factorcode.org Git - factor.git/commitdiff
furnace.auth: Rather have clean builds than loaded docs.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 16 Dec 2018 18:34:54 +0000 (12:34 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 16 Dec 2018 18:35:31 +0000 (12:35 -0600)
Fixes #2068
Fixes #2077

basis/furnace/auth/auth-docs.factor

index a05dd3c605cc2e60c7af3acc07f6c4cdb81c694a..c6dbf6e419f491d4354315c086b4c7c22780c3f8 100644 (file)
@@ -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: <protected>