Add QrCode authentication
This commit is contained in:
		@@ -58,7 +58,7 @@ enum AuthState {
 | 
			
		||||
  unknown(redirectPath: homePage, allowedPaths: [homePage]),
 | 
			
		||||
  unauthenticated(
 | 
			
		||||
    redirectPath: authPage,
 | 
			
		||||
    allowedPaths: [authPage, manualAuthPage, settingsPage],
 | 
			
		||||
    allowedPaths: [authPage, qrAuthPath, manualAuthPage, settingsPage],
 | 
			
		||||
  ),
 | 
			
		||||
  authenticated(
 | 
			
		||||
    redirectPath: homePage,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user