Skip to content
Snippets Groups Projects

fix: Update Drupal auth fetch to recognize 0 as no user when validating

Merged Martin Lowe requested to merge malowe/main/1.1.8 into main
11 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
1
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.9</version>
<version>1.1.10</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Loading