Add QrCode authentication
This commit is contained in:
		@@ -35,12 +35,14 @@ class BaseAuthPage extends StatelessWidget {
 | 
			
		||||
        ],
 | 
			
		||||
      ),
 | 
			
		||||
      body: SingleChildScrollView(
 | 
			
		||||
        child: SeparatedColumn(
 | 
			
		||||
          padding: EdgeInsets.all(context.gutter),
 | 
			
		||||
          separatorBuilder: () => const Gutter(),
 | 
			
		||||
          mainAxisAlignment: MainAxisAlignment.center,
 | 
			
		||||
          crossAxisAlignment: CrossAxisAlignment.stretch,
 | 
			
		||||
          children: children,
 | 
			
		||||
        child: IntrinsicHeight(
 | 
			
		||||
          child: SeparatedColumn(
 | 
			
		||||
            padding: EdgeInsets.all(context.gutter),
 | 
			
		||||
            separatorBuilder: () => const Gutter(),
 | 
			
		||||
            mainAxisAlignment: MainAxisAlignment.center,
 | 
			
		||||
            crossAxisAlignment: CrossAxisAlignment.stretch,
 | 
			
		||||
            children: children,
 | 
			
		||||
          ),
 | 
			
		||||
        ),
 | 
			
		||||
      ),
 | 
			
		||||
    );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user