1
0
mirror of synced 2026-07-07 11:50:03 +00:00

Merge branch '7.0.x'

This commit is contained in:
Josh Cummings
2026-05-22 22:05:47 -06:00
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.security.docs.servlet.authentication.passwords.formloginservletpath;
package org.springframework.security.docs.servlet.authentication.passwords.servletauthenticationform;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@@ -1,4 +1,4 @@
package org.springframework.security.kt.docs.servlet.authentication.passwords.formloginservletpath
package org.springframework.security.kt.docs.servlet.authentication.passwords.servletauthenticationform
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration