Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-orchestrator
Commits
b5bbe1ef
Commit
b5bbe1ef
authored
1 month ago
by
Oana-Eliza Alexa
Browse files
Options
Download
Patches
Plain Diff
fix indent
parent
9850cdc3
81-redesign-reminders-class
1 merge request
!77
Draft: Resolve "Redesign reminders class"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
library/plugins/ReminderTokenUtils.php
+9
-9
library/plugins/ReminderTokenUtils.php
with
9 additions
and
9 deletions
+9
-9
library/plugins/ReminderTokenUtils.php
+
9
−
9
View file @
b5bbe1ef
...
...
@@ -196,13 +196,13 @@ class ReminderTokenUtils
return
$result
;
}
/**
* @param string $text
* @return string
* Note : This come from jwtToken, as it is completely private - it is cloned here for now.
*/
private
function
base64urlEncode
(
string
$text
):
string
{
return
str_replace
([
"+"
,
"/"
,
"="
],
[
"A"
,
"B"
,
""
],
base64_encode
(
$text
));
}
/**
* @param string $text
* @return string
* Note : This come from jwtToken, as it is completely private - it is cloned here for now.
*/
private
function
base64urlEncode
(
string
$text
):
string
{
return
str_replace
([
"+"
,
"/"
,
"="
],
[
"A"
,
"B"
,
""
],
base64_encode
(
$text
));
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets