Skip to content

Commit

Permalink
Merge pull request #168 from actoaps/develop/uniloginLightweight
Browse files Browse the repository at this point in the history
Auto stash before checking out "origin/master"
  • Loading branch information
Zenzus authored Feb 12, 2024
2 parents 81402e7 + 37876f5 commit 0151198
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@Controller
@Slf4j
@AllArgsConstructor
@RequestMapping("unilogin-Lightweight")
@RequestMapping("unilogin-lightweight")
@ConditionalOnProperty(name = {"UL_CLIENT_ID", "UL_SECRET"})
public class UniLoginLightweightController {
private final UniLoginLightweightProvider provider;
Expand Down

0 comments on commit 0151198

Please sign in to comment.