mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(themes): Setup themes table (#6533)
This commit is contained in:
		| @ -60,6 +60,7 @@ pub struct MockDb { | ||||
|     pub user_key_store: Arc<Mutex<Vec<store::user_key_store::UserKeyStore>>>, | ||||
|     pub user_authentication_methods: | ||||
|         Arc<Mutex<Vec<store::user_authentication_method::UserAuthenticationMethod>>>, | ||||
|     pub themes: Arc<Mutex<Vec<store::user::theme::Theme>>>, | ||||
| } | ||||
|  | ||||
| impl MockDb { | ||||
| @ -105,6 +106,7 @@ impl MockDb { | ||||
|             roles: Default::default(), | ||||
|             user_key_store: Default::default(), | ||||
|             user_authentication_methods: Default::default(), | ||||
|             themes: Default::default(), | ||||
|         }) | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Mani Chandra
					Mani Chandra