fix deployment zone error when there are no blocks yet, RT#78339, github-pr#66, thank...
[freeside.git] / FS / FS / Auth / external.pm
1 package FS::Auth::external;
2 #use base qw( FS::Auth );
3
4 use strict;
5
6 sub autocreate { 1; }
7
8 1;
9