OmarShezan
OmarShezan
I can't recreate this issue but let's see if anyone else has this problem.
Do we have a moke-up of what the final design should look like? its may be helpful if we could create a Figma.com design so people can start contributing to...
is there a way to run DeepScan before creating a pull request? because at that point it's too late as ill have to delete my pull request and create a...
Works find on my device Samsung S9 Android 10 One UI version 2.5 @kazuhachuli make sure in developer mode you haven't turned off animation also check if animation works on...
I am working on this
you can use SecurityFilterChain instead and remove reference to WebSecurityConfigurerAdapter ` @Bean public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception { http .cors(Customizer.withDefaults()) .csrf(AbstractHttpConfigurer::disable) .exceptionHandling(ex -> ex.authenticationEntryPoint(unauthorizedHandler)) .sessionManagement(session -> session.sessionCreationPolicy(SessionCreationPolicy.STATELESS)) .authorizeHttpRequests(auth ->...